[quicwg/base-drafts] c20cbe: Renumber packet types and invert Connection ID Fla...

Martin Thomson <martin.thomson@gmail.com> Wed, 29 November 2017 10:32 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 CD2A1126DFE for <quic-issues@ietfa.amsl.com>; Wed, 29 Nov 2017 02:32:56 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.799
X-Spam-Level:
X-Spam-Status: No, score=-0.799 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.199, 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 jcZCd7Mslka2 for <quic-issues@ietfa.amsl.com>; Wed, 29 Nov 2017 02:32: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 90A451205F1 for <quic-issues@ietf.org>; Wed, 29 Nov 2017 02:32:55 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1511951574; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=qekEiD4LL26psHMhe7mlrgb3V0btoGn+vMnqXaCqqAE=; b=ID5adZARGPvzLUopmBKnqtI2+YMXDYiU6W56KesBpzrmBatNdHo02I6FXvA8cAcFb+C1IWT7 juRbSow3+QW7Kyj8oTjTZtcoWn1Jw1qxqb6aP/aiPOrRXx/wm7yGmFgZK91k+GylR3txdoM0 Vqx4rfgRaC7P0H+Irwo0GTrQgXQ=
Sender: martin.thomson=gmail.com@github.com
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Received: from github.com (Unknown [192.30.252.40]) by mxa.mailgun.org with ESMTP id 5a1e8cd6.7fdf6057a240-smtp-out-n02; Wed, 29 Nov 2017 10:32:54 -0000 (UTC)
Date: Wed, 29 Nov 2017 02:32:53 -0800
From: Martin Thomson <martin.thomson@gmail.com>
Reply-To: Martin Thomson <martin.thomson@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5a1e8cd5dc3fd_398d3fdccc705c2c85162@hookshot-fe6-cp1-prd.iad.github.net.mail>
Subject: [quicwg/base-drafts] c20cbe: Renumber packet types and invert Connection ID Fla...
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5a1e8cd5dbf37_398d3fdccc705c2c8508f"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/zMxoKqEKfAz5WjpQ5an7dFKQkt4>
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: Wed, 29 Nov 2017 10:32:57 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: c20cbe094823ce7592442eb1be2901c349594d8f
      https://github.com/quicwg/base-drafts/commit/c20cbe094823ce7592442eb1be2901c349594d8f
  Author: Colin Perkins <csp@csperkins.org>
  Date:   2017-11-22 (Wed, 22 Nov 2017)

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

  Log Message:
  -----------
  Renumber packet types and invert Connection ID Flag

This commit makes the following changes:
- Renumber long header packet types to count from 0x7f downwards,
  rather than from 0x01 upwards
- Renumber short header packet types to count from 0x1f downward,
  rather than from 0x01 upward
- Invert the sense of the Connection ID Flag in the short header
  packets, to become an Omit COnnection ID Flag

The purpose of the changes is to make it possible to easily demultiplex
QUIC and STUN packets running on a single UDP port, to enable peer to
peer use of QUIC. They also enable demultiplexing of WebRTC packets and
QUIC packets on a single UDP port.

Discussed in QUIC and AVTCORE working groups at IETF 100.


  Commit: 134489571e07c285cec78131a54077359d44eafd
      https://github.com/quicwg/base-drafts/commit/134489571e07c285cec78131a54077359d44eafd
  Author: Martin Thomson <martin.thomson@gmail.com>
  Date:   2017-11-29 (Wed, 29 Nov 2017)

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

  Log Message:
  -----------
  Merge pull request #956 from csperkins/master

Renumber packet types and invert Connection ID Flag


Compare: https://github.com/quicwg/base-drafts/compare/be2796872d56...134489571e07