[quicwg/base-drafts] a3f8e9: Spin bit is path-bound
Mike Bishop <noreply@github.com> Wed, 19 August 2020 13:29 UTC
Return-Path: <noreply@github.com>
X-Original-To: quic-issues@ietfa.amsl.com
Delivered-To: quic-issues@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 457223A0A22 for <quic-issues@ietfa.amsl.com>; Wed, 19 Aug 2020 06:29:12 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.101
X-Spam-Level:
X-Spam-Status: No, score=-2.101 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (1024-bit key) header.d=github.com
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VjugPSa5_Xh8 for <quic-issues@ietfa.amsl.com>; Wed, 19 Aug 2020 06:29:10 -0700 (PDT)
Received: from out-28.smtp.github.com (out-28.smtp.github.com [192.30.252.211]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 669CC3A09DA for <quic-issues@ietf.org>; Wed, 19 Aug 2020 06:29:10 -0700 (PDT)
Received: from github-lowworker-39ac79b.ac4-iad.github.net (github-lowworker-39ac79b.ac4-iad.github.net [10.52.18.15]) by smtp.github.com (Postfix) with ESMTP id B83FA90059E for <quic-issues@ietf.org>; Wed, 19 Aug 2020 06:29:09 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1597843749; bh=0OOkr6IXH0XSxVjdpbz8pQbxfWeJ/Zwij7MTtfknss8=; h=Date:From:To:Subject:From; b=N78in2Mjsd2+6WvhfkWlvFtFhQCCrIZHM3uhcz3IefH8jSCdxhWFnA2lbTcw1VURU XBawLZpSBKt/3sIcBvBOscjxSCIv3lr8RWqxawuzHnG9wRvBIn72gfOsSJJXGaEMJA gbYea8GERVdCL5VZuz6xOVr0wR8P7WI7xjY9TqWA=
Date: Wed, 19 Aug 2020 06:29:09 -0700
From: Mike Bishop <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/qpack/fields-again/3a1aa0-e69cad@github.com>
Subject: [quicwg/base-drafts] a3f8e9: Spin bit is path-bound
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-Auto-Response-Suppress: All
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/Qv2eTQNerth0U1fA3Yu-cDiYKjE>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 19 Aug 2020 13:29:17 -0000
Branch: refs/heads/qpack/fields-again Home: https://github.com/quicwg/base-drafts Commit: a3f8e95d65042f286024e09c8999eca2aa2e3952 https://github.com/quicwg/base-drafts/commit/a3f8e95d65042f286024e09c8999eca2aa2e3952 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-05 (Wed, 05 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Spin bit is path-bound This binds the spin-bit state to a network path, which aligns with intent better than the existing language. It's more words, but it is far less ambiguous. Closes #3802. Commit: 0f5dfe5233f25c139741c60783da398a7ad5261f https://github.com/quicwg/base-drafts/commit/0f5dfe5233f25c139741c60783da398a7ad5261f Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-13 (Thu, 13 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- First packet with a given connection ID Commit: 74dff6511f32ec8a7cde61034cf36abd7846fd64 https://github.com/quicwg/base-drafts/commit/74dff6511f32ec8a7cde61034cf36abd7846fd64 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-17 (Mon, 17 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Use FRAME_ENCODING_ERROR for stream limits >2^60 This is an error that can be detected in frame parsing without additional context. Closes #3781. Commit: 9bc7cc65b763016e2b80e54fb55ea26825ce7c60 https://github.com/quicwg/base-drafts/commit/9bc7cc65b763016e2b80e54fb55ea26825ce7c60 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-08-17 (Mon, 17 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Cite the second reason bytes_in_flight might exceed CWND Fixes #4004 Commit: e3639acf3d41ca4729c9a49e51ca6b397e2e7246 https://github.com/quicwg/base-drafts/commit/e3639acf3d41ca4729c9a49e51ca6b397e2e7246 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-18 (Tue, 18 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Remove indent from all pseudocode This wasn't consistent before. Also, the extra indent made it really hard to fit within the (paltry) line length limit for figures. Commit: 1c0affd6a24eb300b9f23f942a4982195ace5b3d https://github.com/quicwg/base-drafts/commit/1c0affd6a24eb300b9f23f942a4982195ace5b3d Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-18 (Tue, 18 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #3984 from quicwg/spin-path Spin bit is path-bound Commit: f1b8397e2423f22f17957af7268624bb566c1289 https://github.com/quicwg/base-drafts/commit/f1b8397e2423f22f17957af7268624bb566c1289 Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-08-18 (Tue, 18 Aug 2020) Changed paths: M draft-ietf-quic-qpack.md Log Message: ----------- QPACK SC: No encoder memory for blocked (#4008) * No encoder memory for blocked * Caution * @afrind's feedback Commit: 6e660ba5d10acfc45b7091fc072e589db03f9d5a https://github.com/quicwg/base-drafts/commit/6e660ba5d10acfc45b7091fc072e589db03f9d5a Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Restore line breaks Co-authored-by: ianswett <ianswett@users.noreply.github.com> Commit: 5cfacde25abe020cb100583cdde3c051ea0096b9 https://github.com/quicwg/base-drafts/commit/5cfacde25abe020cb100583cdde3c051ea0096b9 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #4012 from quicwg/pseudocode-indent Remove indent from all pseudocode Commit: 3e5744a7f7ea72f02ae1ebf101624e3d5f7d58b7 https://github.com/quicwg/base-drafts/commit/3e5744a7f7ea72f02ae1ebf101624e3d5f7d58b7 Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-08-18 (Tue, 18 Aug 2020) Changed paths: M draft-ietf-quic-qpack.md Log Message: ----------- Nits on QPACK (#4007) * Nits * Update draft-ietf-quic-qpack.md fix wrap Co-authored-by: afrind <afrind@users.noreply.github.com> Commit: 383bdd1212480dc405d489d2ccd9e9664ee3c0f1 https://github.com/quicwg/base-drafts/commit/383bdd1212480dc405d489d2ccd9e9664ee3c0f1 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #4002 from quicwg/more-than-2-60 Use FRAME_ENCODING_ERROR for stream limits >2^60 Commit: b0be3ff870d54298d367009bd952240971e1da18 https://github.com/quicwg/base-drafts/commit/b0be3ff870d54298d367009bd952240971e1da18 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-08-18 (Tue, 18 Aug 2020) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #4006 from quicwg/ianswett-cwnd-limit-consistency Cite the second reason bytes_in_flight might exceed CWND Commit: e69cad3344323374877fd7a92d698d135ab8be64 https://github.com/quicwg/base-drafts/commit/e69cad3344323374877fd7a92d698d135ab8be64 Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-qpack.md M draft-ietf-quic-recovery.md M draft-ietf-quic-transport.md Log Message: ----------- Merge remote-tracking branch 'origin/master' into qpack/fields-again Compare: https://github.com/quicwg/base-drafts/compare/3a1aa02554ab...e69cad334432