[quicwg/base-drafts] ECN Proposal with only two counters (#1460)

Magnus Westerlund <notifications@github.com> Tue, 19 June 2018 13:45 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 60F5D130F3A for <quic-issues@ietfa.amsl.com>; Tue, 19 Jun 2018 06:45:02 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -8.009
X-Spam-Level:
X-Spam-Status: No, score=-8.009 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, 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, T_DKIMWL_WL_HIGH=-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 2yt_hsdvm4QZ for <quic-issues@ietfa.amsl.com>; Tue, 19 Jun 2018 06:44:59 -0700 (PDT)
Received: from out-4.smtp.github.com (out-4.smtp.github.com [192.30.252.195]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 61F6A130EAA for <quic-issues@ietf.org>; Tue, 19 Jun 2018 06:44:59 -0700 (PDT)
Date: Tue, 19 Jun 2018 06:44:57 -0700
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1529415897; bh=tLHQQmktASilGXaVZl9rLX0ccYJLZiCrtyRBJZiyy4c=; h=Date:From:Reply-To:To:Cc:Subject:List-ID:List-Archive:List-Post: List-Unsubscribe:From; b=Y0WQbAYnR/X5KSn3IKdnW5J1dNpJNQ/Oof6qBlt3Ca7IbyO1ccJ3ZmhFrSrsWQg6w qgixRf8IKUZhi3+Pz05PhaDHfBclvmkzMKpRq4b+8FfXS5won/O7cGu5UX2grIErHv RI0yT0IBikkteC9QssyUC48FnYOWSLjn+dIlp+pA=
From: Magnus Westerlund <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4abb806f7ff95240c3ea39608f94283862ae6f63c7092cf000000011740cad992a169ce13e38827@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1460@github.com>
Subject: [quicwg/base-drafts] ECN Proposal with only two counters (#1460)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5b2908d9a1c7c_17962aece03c4f542611cc"; 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/jytYk_Uc4HBL6RqNgNAiQaGIRAM>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.26
List-Id: Notification list for GitHub issues related to the QUIC WG <quic-issues.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/quic-issues/>
List-Post: <mailto:quic-issues@ietf.org>
List-Help: <mailto:quic-issues-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/quic-issues>, <mailto:quic-issues-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 19 Jun 2018 13:45:03 -0000

This is an evolution based on #1372 but using @martinthomson proposal of only two counters tracking only the CE and non-default ECT marking. 
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * According to text in wiki. Some MD fixes to get right formating.
  * Modified proposed text to integrate better and take care of issues around connection migration, ensure more straightforward checks.
  * Fixed a typo on anchor creation
  * According to text in wiki. Some MD fixes to get right formating.
  * Modified proposed text to integrate better and take care of issues around connection migration, ensure more straightforward checks.
  * Fixed a typo on anchor creation
  * Merge branch 'ecn' of https://github.com/gloinul/base-drafts into ecn
  * Clarified that ACK or ACK_ECN can be used for acknowledgment in handshake. Clarified what the first packets that can be marked as ECT are in a connection.
  * Added ECN intro paragraph. Various editorial improvements of ECN text.
  * Fixed bullet list, Added parenthis around section refs.
  * Fixed indentation and formating
  * Spelling fixed
  * Rewrote the ECN check algorithm for connection migration to be robust.
  * Removed trailing spaces.
  * Fixed trailing spaces in recovery.
  * Rewraped text in both recovery and transport. Added a new sub-section on continous verification.
  * Added textual description of ECN-CE indicating congestion events.
  * Editorial fixes
  * Merge pull request #1 from quicwg/ecn
  * Editing some formulations. Rewraping more text
  * Fixed trailing spaces and remaining line length issues, I hope.
  * Reflowing now saved
  * Merge branch 'master' of https://github.com/quicwg/base-drafts into ecn
  * Merge branch 'master' of https://github.com/quicwg/base-drafts into ecn
  * Changed so that additional ECN-CE marks are sent in immediate ACKs to avoid unclarity in regards to CE marks and receovery period.
  * Fixed lint issues
  * Adding security consideration around ECN into transport.
  * Reverting some rewrapping that are not necessary to reduce clutter.
  * Addressing issues raised by Ian Sweet on 180611. Editorial improvements, new psuedo code function.
  * Clarifying that both cases are capability checks. Correcting a number of editorial things.
  * Fixed a too too much
  * Addressing Martin Thomson's comments. Several editorial changes. The biggest on the ECN block definition.
  * Added paragraph on dealing with persistent loss of acknowledgement of some sent packets. Removed editorial note that are covered by issue #1402.
  * Fixing typo in new paragraph.
  * Merge branch 'master' of https://github.com/quicwg/base-drafts into ecn
  * Added requirement on ECN marking suppression for packet duplicates.
  * Clarifying that idefinite state are not requeired in duplication detection.
  * Martin Thomson's editorial suggestions. Restructured pseudo code sections. Changed capability check and connection migration text significantly.
  * Rewrote using two counter fields.

-- File Changes --

    M draft-ietf-quic-recovery.md (112)
    M draft-ietf-quic-transport.md (203)

-- Patch Links --

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