[quicwg/base-drafts] 503027: As written, this would forbid the case where A sen...
Martin Thomson <martin.thomson@gmail.com> Mon, 09 April 2018 22:59 UTC
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 CF8AC12D875 for <quic-issues@ietfa.amsl.com>; Mon, 9 Apr 2018 15:59:00 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.499
X-Spam-Level:
X-Spam-Status: No, score=-0.499 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.25, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, 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 x4xa8FOwPC_m for <quic-issues@ietfa.amsl.com>; Mon, 9 Apr 2018 15:58:59 -0700 (PDT)
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 3C4491243F6 for <quic-issues@ietf.org>; Mon, 9 Apr 2018 15:58:59 -0700 (PDT)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1523314738; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=/wJM1/eELzVBPdwdgE3SFCLt+xtRLCbxyK1Cnkxg9ys=; b=DC9enkx3uwpsttKJTr41l3NIcj6T8kDB8fdNzPvlfCNMUaewH2dN9wraY3T4OkmKawLUCG/S 2xtwrO3gthzjQNFs1vbMHX/zMeMvTjzS9ipiGVE9JMACT+aNTqyqavQQR92vzYbAf2WugjBk MA2204/RZW4j9HLB9bIs5KwaYMM=
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
X-Mailgun-Sending-Ip: 166.78.69.169
Sender: martin.thomson=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.37]) by mxa.mailgun.org with ESMTP id 5acbf031.7f15f9c49f90-smtp-out-n02; Mon, 09 Apr 2018 22:58:57 -0000 (UTC)
Date: Mon, 09 Apr 2018 15:58:56 -0700
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5acbf0308c6ac_d3b2b1c989b5c14452b@hookshot-fe-32b5f5b.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 503027: As written, this would forbid the case where A sen...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5acbf0308c1b0_d3b2b1c989b5c144415"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/S-Hx8G_dyVIGQmSdh8_JgFbU6_Y>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 09 Apr 2018 22:59:01 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: 503027d10b59d73808014672657e3b2bfb8cf595 https://github.com/quicwg/base-drafts/commit/503027d10b59d73808014672657e3b2bfb8cf595 Author: EKR <ekr@rtfm.com> Date: 2018-03-18 (Sun, 18 Mar 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- As written, this would forbid the case where A sends a single stream frame and then B responds with three stream frames and piggybacks ACKs along with each. That seems silly and a lot of work. Rather, this should just be about ACK-only frames. Commit: 32f3bd9c4c5f7cbec074538350ebe52ead81e2d5 https://github.com/quicwg/base-drafts/commit/32f3bd9c4c5f7cbec074538350ebe52ead81e2d5 Author: EKR <ekr@rtfm.com> Date: 2018-03-19 (Mon, 19 Mar 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Rephrase the text about one-way sending Commit: 0359cc729efc4575fda5c918c12b011e2c4ac94b https://github.com/quicwg/base-drafts/commit/0359cc729efc4575fda5c918c12b011e2c4ac94b Author: EKR <ekr@rtfm.com> Date: 2018-03-19 (Mon, 19 Mar 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Update per comments Commit: 0ad934aa255ef95b99f0c73cfc4e5e5c18aba5fa https://github.com/quicwg/base-drafts/commit/0ad934aa255ef95b99f0c73cfc4e5e5c18aba5fa Author: Martin Thomson <martin.thomson@gmail.com> Date: 2018-04-04 (Wed, 04 Apr 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Ian's tweak Commit: 88d27ac86361f43baad911fdceaa02c450deef64 https://github.com/quicwg/base-drafts/commit/88d27ac86361f43baad911fdceaa02c450deef64 Author: Martin Thomson <martin.thomson@gmail.com> Date: 2018-04-04 (Wed, 04 Apr 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Tweaking some more Commit: 02d558a31d3651f8078c499215f5493bfa4d1320 https://github.com/quicwg/base-drafts/commit/02d558a31d3651f8078c499215f5493bfa4d1320 Author: Martin Thomson <martin.thomson@gmail.com> Date: 2018-04-10 (Tue, 10 Apr 2018) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #1231 from ekr/ack_frame_counting Restrict ACK-clocking to ACK-only frames. Compare: https://github.com/quicwg/base-drafts/compare/8f0e99f9d805...02d558a31d36
- [quicwg/base-drafts] 503027: As written, this wou… Martin Thomson