[quicwg/base-drafts] a3f8e9: Spin bit is path-bound
Martin Thomson <noreply@github.com> Tue, 25 August 2020 01:58 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 174513A105A for <quic-issues@ietfa.amsl.com>; Mon, 24 Aug 2020 18:58:43 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.201
X-Spam-Level:
X-Spam-Status: No, score=-0.201 tagged_above=-999 required=5 tests=[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 WPQCUFgGNmV3 for <quic-issues@ietfa.amsl.com>; Mon, 24 Aug 2020 18:58:41 -0700 (PDT)
Received: from out-12.smtp.github.com (out-12.smtp.github.com [192.30.254.195]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 39A233A08B3 for <quic-issues@ietf.org>; Mon, 24 Aug 2020 18:58:41 -0700 (PDT)
Received: from github-lowworker-1dbcc59.ash1-iad.github.net (github-lowworker-1dbcc59.ash1-iad.github.net [10.56.105.54]) by smtp.github.com (Postfix) with ESMTP id DCDA958008D for <quic-issues@ietf.org>; Mon, 24 Aug 2020 18:58:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1598320720; bh=DgmhyLt9Ik+EgDD0Dpt772VDbrSPraG9QQMp9ZK+rxY=; h=Date:From:To:Subject:From; b=K+JF6Y2fG8vIsNI7JJXEgsJ+b45FxjNKeeaEOqYkLHfM7GKPnu3iBQU0G0eCk+f4j FNE7ympiJvoWpk5AbWu8fIp+JVp9PZnLjgnUfQ3ewTZnOO99tQ0O0IqbR2p75q6TZ3 058ZcVkamZRB4WsR3GH/XEjNVDD8lJp86/+IbSO8=
Date: Mon, 24 Aug 2020 18:58:40 -0700
From: Martin Thomson <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/define-ss-ca/bb9617-4478c2@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/vf999D8P_B2RBBYyLdc-GzKBhJg>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 25 Aug 2020 01:58:43 -0000
Branch: refs/heads/define-ss-ca 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: 2f9e359892127972e75ea8603cc9be2d2cdea2e5 https://github.com/quicwg/base-drafts/commit/2f9e359892127972e75ea8603cc9be2d2cdea2e5 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-17 (Mon, 17 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Split conditions for Initial CONNECTION_CLOSE This sentence structure was unnecessarily byzantine. Closes #3902. 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: 2be72c589170f618a8477d38480de9f282c6a60b https://github.com/quicwg/base-drafts/commit/2be72c589170f618a8477d38480de9f282c6a60b Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-qpack.md Log Message: ----------- Remove stray parenthesis Commit: d86ca4c000f9d73cf79820ef2c5b2122b6cabc96 https://github.com/quicwg/base-drafts/commit/d86ca4c000f9d73cf79820ef2c5b2122b6cabc96 Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- MUST not => MUST NOT Commit: aad0988cfcbb0d50021588831a7feb5c0bdf12c0 https://github.com/quicwg/base-drafts/commit/aad0988cfcbb0d50021588831a7feb5c0bdf12c0 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #4031 from quicwg/transport/cap-NOT MUST not => MUST NOT Commit: 63dd3d8bee4c39bfa3c61796d21c6077b5b9e0c9 https://github.com/quicwg/base-drafts/commit/63dd3d8bee4c39bfa3c61796d21c6077b5b9e0c9 Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- More context for "violation" Commit: d34abedb401f2ccb4972700b9b53005b80377ac1 https://github.com/quicwg/base-drafts/commit/d34abedb401f2ccb4972700b9b53005b80377ac1 Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Absent means not provided Commit: d964adb29dc0a10726d603c5582d932101b0ba25 https://github.com/quicwg/base-drafts/commit/d964adb29dc0a10726d603c5582d932101b0ba25 Author: ianswett <ianswett@users.noreply.github.com> Date: 2020-08-19 (Wed, 19 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- And rtt estimate Fixes #4026 Commit: 63edcfe0669af7b68a9dc54f7fdf608f63666c9c https://github.com/quicwg/base-drafts/commit/63edcfe0669af7b68a9dc54f7fdf608f63666c9c Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-20 (Thu, 20 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #4033 from quicwg/transport/what-is-absence Absent means not provided Commit: 89f7a96ca0b15b6732cd38588a57f3b440fdd0d4 https://github.com/quicwg/base-drafts/commit/89f7a96ca0b15b6732cd38588a57f3b440fdd0d4 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-20 (Thu, 20 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #4032 from quicwg/transport/define-violation More context for "flow control violation" Commit: 673c405d123055849041628d20def250feb56174 https://github.com/quicwg/base-drafts/commit/673c405d123055849041628d20def250feb56174 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-20 (Thu, 20 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- "don't delay" for PATH_RESPONSE This is the maximal version of a clarification of this text. Closes #4025. Commit: be659eeb336cbebb9472debc74e6f3ab37c5d27a https://github.com/quicwg/base-drafts/commit/be659eeb336cbebb9472debc74e6f3ab37c5d27a Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-20 (Thu, 20 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Upcase RTT Commit: cc444bc7f72905dafc39acf0cd549f7e828ec6dd https://github.com/quicwg/base-drafts/commit/cc444bc7f72905dafc39acf0cd549f7e828ec6dd Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-20 (Thu, 20 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #4034 from quicwg/ianswett-and-rtt-estimate And rtt estimate Commit: 1110c21395abc64b475f3ef40c51e7b1e3196f97 https://github.com/quicwg/base-drafts/commit/1110c21395abc64b475f3ef40c51e7b1e3196f97 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-20 (Thu, 20 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #4003 from quicwg/split-initial-close Split conditions for Initial CONNECTION_CLOSE Commit: 31ae623274bf0beb8158cf5364bea9eed51bb2bf https://github.com/quicwg/base-drafts/commit/31ae623274bf0beb8158cf5364bea9eed51bb2bf Author: Mike Bishop <mbishop@evequefou.be> Date: 2020-08-20 (Thu, 20 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Holy orders, Batman! Commit: f7eda584c5fa8722002976dc283de8d63d6bf8df https://github.com/quicwg/base-drafts/commit/f7eda584c5fa8722002976dc283de8d63d6bf8df Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-24 (Mon, 24 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Not UDP packets Commit: 132a3994ec52b59a4b323d8c353241f33ce11417 https://github.com/quicwg/base-drafts/commit/132a3994ec52b59a4b323d8c353241f33ce11417 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-24 (Mon, 24 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #4042 from quicwg/transport/orders Less confusing "in order to" Commit: 7e28b670d75d1dc846bfa4bf26f073cc97e735fc https://github.com/quicwg/base-drafts/commit/7e28b670d75d1dc846bfa4bf26f073cc97e735fc Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2020-08-24 (Mon, 24 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #4044 from quicwg/udp-packets Not UDP packets Commit: 03e7b26a8e0116912322d3ee0a57ffe4074b8800 https://github.com/quicwg/base-drafts/commit/03e7b26a8e0116912322d3ee0a57ffe4074b8800 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-25 (Tue, 25 Aug 2020) Changed paths: M draft-ietf-quic-transport.md Log Message: ----------- Merge pull request #4036 from quicwg/not-delay "don't delay" for PATH_RESPONSE Commit: 4478c2b99a2c5207451c52366b3d05482ca4f7f4 https://github.com/quicwg/base-drafts/commit/4478c2b99a2c5207451c52366b3d05482ca4f7f4 Author: Martin Thomson <mt@lowentropy.net> Date: 2020-08-25 (Tue, 25 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 branch 'master' into define-ss-ca Compare: https://github.com/quicwg/base-drafts/compare/bb961751b316...4478c2b99a2c
- [quicwg/base-drafts] a3f8e9: Spin bit is path-bou… Martin Thomson