[quicwg/base-drafts] f436b8: kMaxDatagramSize -> max_datagram_size
Jana Iyengar <noreply@github.com> Fri, 01 November 2019 07:32 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 EF33512009E for <quic-issues@ietfa.amsl.com>; Fri, 1 Nov 2019 00:32:05 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -7
X-Spam-Level:
X-Spam-Status: No, score=-7 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, RCVD_IN_DNSWL_HI=-5, 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 8eTLqcSyBRmy for <quic-issues@ietfa.amsl.com>; Fri, 1 Nov 2019 00:32:04 -0700 (PDT)
Received: from out-20.smtp.github.com (out-20.smtp.github.com [192.30.252.203]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 1FBDC12002E for <quic-issues@ietf.org>; Fri, 1 Nov 2019 00:32:04 -0700 (PDT)
Received: from github-lowworker-943b171.ac4-iad.github.net (github-lowworker-943b171.ac4-iad.github.net [10.52.22.59]) by smtp.github.com (Postfix) with ESMTP id 814AE8C03B5 for <quic-issues@ietf.org>; Fri, 1 Nov 2019 00:32:03 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1572593523; bh=/nPIqB3Oh5ZW/dFBS1jUxg0xLu6WfzyrtOt6YNRYtJ4=; h=Date:From:To:Subject:From; b=s/XN72mirHMeMajAs/LwARAfd+UVGZDYCk47cX50eAWr98jEIUeeha2pC8idByJjM 6zqdew1wsGqFhGM8nHq4BcEdiPJSsd8PdwjYNvf+rWRW0qTuocBZFcDV8NIClgX/Nl bt3rzRvad/+jyksKWI7EBfxAw/1oIAdE/eAX1VKM=
Date: Fri, 01 Nov 2019 00:32:03 -0700
From: Jana Iyengar <noreply@github.com>
To: quic-issues@ietf.org
Message-ID: <quicwg/base-drafts/push/refs/heads/master/ca4f89-d038b5@github.com>
Subject: [quicwg/base-drafts] f436b8: kMaxDatagramSize -> max_datagram_size
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/bMOhgsLjZbdjtKvRhozhqTrIX0I>
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: Fri, 01 Nov 2019 07:32:06 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: f436b81a90eb36ddfa14eb7862cec142a128a5be https://github.com/quicwg/base-drafts/commit/f436b81a90eb36ddfa14eb7862cec142a128a5be Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- kMaxDatagramSize -> max_datagram_size Clarifies that this is the maximum datagram size currently in use on the connection. Fixes #3041 Commit: 9309a0ac194307cf002b92d965403ee08d882500 https://github.com/quicwg/base-drafts/commit/9309a0ac194307cf002b92d965403ee08d882500 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 19200d397bd9bef6a81151169111597b3edcbcc6 https://github.com/quicwg/base-drafts/commit/19200d397bd9bef6a81151169111597b3edcbcc6 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Cite 14.1 of Transport Commit: e8b1251eb9a99928db70c8cc44df5c3bccff5373 https://github.com/quicwg/base-drafts/commit/e8b1251eb9a99928db70c8cc44df5c3bccff5373 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: b1ff885bd354b9218e37b00de1366904335210e7 https://github.com/quicwg/base-drafts/commit/b1ff885bd354b9218e37b00de1366904335210e7 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: d27a37d1d171440cde763c730e4dc4d7bd245180 https://github.com/quicwg/base-drafts/commit/d27a37d1d171440cde763c730e4dc4d7bd245180 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Jana's suggestion Commit: 48573bf0a5755e0f341aed6f6124cad13537bc1a https://github.com/quicwg/base-drafts/commit/48573bf0a5755e0f341aed6f6124cad13537bc1a Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: ed3b3f93ef292a596e827e56aab78eca1e2b6688 https://github.com/quicwg/base-drafts/commit/ed3b3f93ef292a596e827e56aab78eca1e2b6688 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 2d5f46faab5cf09442fff533c89d499e4f80fc6c https://github.com/quicwg/base-drafts/commit/2d5f46faab5cf09442fff533c89d499e4f80fc6c Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-29 (Tue, 29 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 52b3c343033b749355dfa8d34421a651f69238e5 https://github.com/quicwg/base-drafts/commit/52b3c343033b749355dfa8d34421a651f69238e5 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-30 (Wed, 30 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: 694975600a94a0244dce16e54559c60fde771c79 https://github.com/quicwg/base-drafts/commit/694975600a94a0244dce16e54559c60fde771c79 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-30 (Wed, 30 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Co-Authored-By: Jana Iyengar <jri.ietf@gmail.com> Commit: cf63bd95f00d0cf7b48253742237b69f218c24aa https://github.com/quicwg/base-drafts/commit/cf63bd95f00d0cf7b48253742237b69f218c24aa Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-30 (Wed, 30 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: 373b0abdb02c74076c6dcfa87552e3946bcf1eb2 https://github.com/quicwg/base-drafts/commit/373b0abdb02c74076c6dcfa87552e3946bcf1eb2 Author: ianswett <ianswett@users.noreply.github.com> Date: 2019-10-31 (Thu, 31 Oct 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: d038b534553ee4ef5c957d57fa1be3a238d8d376 https://github.com/quicwg/base-drafts/commit/d038b534553ee4ef5c957d57fa1be3a238d8d376 Author: Jana Iyengar <jri.ietf@gmail.com> Date: 2019-11-01 (Fri, 01 Nov 2019) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #3167 from quicwg/ianswett-max-datagram-size kMaxDatagramSize -> max_datagram_size Compare: https://github.com/quicwg/base-drafts/compare/ca4f89343c03...d038b534553e
- [quicwg/base-drafts] f436b8: kMaxDatagramSize -> … Jana Iyengar