[quicwg/base-drafts] 07a04f: Expand SCID/DCID

Jana Iyengar <noreply@github.com> Tue, 09 June 2020 22:28 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 967C53A0977 for <quic-issues@ietfa.amsl.com>; Tue, 9 Jun 2020 15:28:28 -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 00RZyOE5A-zP for <quic-issues@ietfa.amsl.com>; Tue, 9 Jun 2020 15:28:26 -0700 (PDT)
Received: from out-7.smtp.github.com (out-7.smtp.github.com [192.30.252.198]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id B291D3A0978 for <quic-issues@ietf.org>; Tue, 9 Jun 2020 15:28:26 -0700 (PDT)
Received: from github-lowworker-9d2806a.ash1-iad.github.net (github-lowworker-9d2806a.ash1-iad.github.net [10.56.102.50]) by smtp.github.com (Postfix) with ESMTP id 0FA592C0E01 for <quic-issues@ietf.org>; Tue, 9 Jun 2020 15:28:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1591741706; bh=hIK+3vh+LDvJkIzW8tUaEdBDnHzSAFHCULqFdZ6speU=; h=Date:From:To:Subject:From; b=i3Zgb2sNJsLfUeoPPxEFjbINCDkvOMhV2jAoAlx0ui/P1bjf4f74xUFkpuCvTEozi xSE1eA6m39cXRuqiNFNzvY85B36FT684Sr3WYlDJG0Zp2HDEo9m+ikSlOxQ81p08QM lgUVVgprpHBn7jJen8YjCpLFHHjCN+UZhbVo5log=
Date: Tue, 09 Jun 2020 15:28:26 -0700
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/1b7e75-4f0be5@github.com>
Subject: [quicwg/base-drafts] 07a04f: Expand SCID/DCID
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/ioB7BlksTRAf4T-tqpBfx3OyKMw>
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, 09 Jun 2020 22:28:29 -0000

  Branch: refs/heads/master
  Home:   https://github.com/quicwg/base-drafts
  Commit: 07a04fc291e75f37958ca8870ab205483114b98a
      https://github.com/quicwg/base-drafts/commit/07a04fc291e75f37958ca8870ab205483114b98a
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

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

  Log Message:
  -----------
  Expand SCID/DCID


  Commit: 48cacc09b619278dafeed249d5cb35658a963545
      https://github.com/quicwg/base-drafts/commit/48cacc09b619278dafeed249d5cb35658a963545
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

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

  Log Message:
  -----------
  Add big endian to notation section


  Commit: bff4255495f92b87e3b1bd07b4906edac5aff1e9
      https://github.com/quicwg/base-drafts/commit/bff4255495f92b87e3b1bd07b4906edac5aff1e9
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

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

  Log Message:
  -----------
  not specified -> not encoded for DCID length


  Commit: 52a8b56fb8113b847f42366aa08bf04ac14509f4
      https://github.com/quicwg/base-drafts/commit/52a8b56fb8113b847f42366aa08bf04ac14509f4
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

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

  Log Message:
  -----------
  Make references to concepts clearer


  Commit: b07bf376100deefe3bd40441e55e90450be20d64
      https://github.com/quicwg/base-drafts/commit/b07bf376100deefe3bd40441e55e90450be20d64
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

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

  Log Message:
  -----------
  Use transport endpoint


  Commit: caaf168a6b18a4541c4d50c7a675054c0e1809e1
      https://github.com/quicwg/base-drafts/commit/caaf168a6b18a4541c4d50c7a675054c0e1809e1
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-06-05 (Fri, 05 Jun 2020)

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

  Log Message:
  -----------
  Remove the bit about rules and just list the assumption


  Commit: 8726e7094a9e2b70b77a5f33787c8260ce8ee5bf
      https://github.com/quicwg/base-drafts/commit/8726e7094a9e2b70b77a5f33787c8260ce8ee5bf
  Author: Martin Thomson <mt@lowentropy.net>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

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

  Log Message:
  -----------
  Going with QUIC endpoint


  Commit: 4f0be56923a269b61f818ce84ff35c126d94e3ab
      https://github.com/quicwg/base-drafts/commit/4f0be56923a269b61f818ce84ff35c126d94e3ab
  Author: Jana Iyengar <jri.ietf@gmail.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

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

  Log Message:
  -----------
  Merge pull request #3730 from quicwg/gorrys-invariant-nits

Gorrys invariant nits


Compare: https://github.com/quicwg/base-drafts/compare/1b7e7502848f...4f0be56923a2