[quicwg/base-drafts] 4f1a6a: No RTT for non-retransmittable packets
janaiyengar <jri.ietf@gmail.com> Thu, 06 December 2018 01:11 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 230C412D4ED for <quic-issues@ietfa.amsl.com>; Wed, 5 Dec 2018 17:11:53 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.747
X-Spam-Level:
X-Spam-Status: No, score=-0.747 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.25, 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, URIBL_BLOCKED=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 zOTJw3XpmeBV for <quic-issues@ietfa.amsl.com>; Wed, 5 Dec 2018 17:11:48 -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 389E61286E3 for <quic-issues@ietf.org>; Wed, 5 Dec 2018 17:11:46 -0800 (PST)
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1544058704; h=Content-Transfer-Encoding: Content-Type: Mime-Version: Subject: Message-ID: To: Reply-To: From: Date: Sender; bh=gyvi/5Wlx+ebBWULFtdK+2dvRzj1qc9/4E97TQuIhok=; b=sIV7ZVFe99+Q89aB+tZPaYUGdicb0YQU9tINf5lG6TK5mJg7jBQSpyVFvFZJ2GVSYqKsatVO eG++kDIsBZgOh1wXz+pLpQrupGVI4hLOdepbK/JsieiPcYxzXgu7cQayU2f8hCzt6I/AyVh7 W1QM3bGQeWxCT0IQcpmgtjTe5Y4=
X-Mailgun-Sending-Ip: 166.78.69.169
X-Mailgun-Sid: WyJhNzYyYiIsICJxdWljLWlzc3Vlc0BpZXRmLm9yZyIsICI0MGYiXQ==
Sender: jri.ietf=gmail.com@github.com
Received: from github.com (Unknown [192.30.252.44]) by mxa.mailgun.org with ESMTP id 5c087750.7fa1f62026c0-smtp-out-n01; Thu, 06 Dec 2018 01:11:44 -0000 (UTC)
Date: Wed, 05 Dec 2018 17:11:43 -0800
From: janaiyengar <jri.ietf@gmail.com>
Reply-To: janaiyengar <jri.ietf@gmail.com>
To: quic-issues@ietf.org
Message-ID: <5c08774fb5512_25b22b081ef865787038d@hookshot-fe-6e9b612.cp1-iad.github.net.mail>
Subject: [quicwg/base-drafts] 4f1a6a: No RTT for non-retransmittable packets
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="--==_mimepart_5c08774fb4ed0_25b22b081ef86578702d1"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/cklpqwKptwyXWQJdP9_LbsWBKnA>
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: Thu, 06 Dec 2018 01:11:53 -0000
Branch: refs/heads/master Home: https://github.com/quicwg/base-drafts Commit: 4f1a6a94951835edc67cd1f9c350fa7d635ae4e7 https://github.com/quicwg/base-drafts/commit/4f1a6a94951835edc67cd1f9c350fa7d635ae4e7 Author: ianswett <ianswett@users.noreply.github.com> Date: 2018-11-30 (Fri, 30 Nov 2018) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- No RTT for non-retransmittable packets Only take RTT samples when the largest acked is a retransmittable packet. Otherwise, the ack delay may be unlimited. Commit: 74a4a454a5bb18761b2e0ed67352f2c7dce22641 https://github.com/quicwg/base-drafts/commit/74a4a454a5bb18761b2e0ed67352f2c7dce22641 Author: ianswett <ianswett@users.noreply.github.com> Date: 2018-11-30 (Fri, 30 Nov 2018) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Commit: c3c6c45cbc77d99a0551124d7e16b63e91d8bc2b https://github.com/quicwg/base-drafts/commit/c3c6c45cbc77d99a0551124d7e16b63e91d8bc2b Author: ianswett <ianswett@users.noreply.github.com> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Update draft-ietf-quic-recovery.md Jana's suggestion Commit: 09d19c6166af72632cfc413160c66a4e4278f59e https://github.com/quicwg/base-drafts/commit/09d19c6166af72632cfc413160c66a4e4278f59e Author: janaiyengar <jri.ietf@gmail.com> Date: 2018-12-05 (Wed, 05 Dec 2018) Changed paths: M draft-ietf-quic-recovery.md Log Message: ----------- Merge pull request #2078 from quicwg/ianswett-no-rtt No RTT for non-retransmittable packets Compare: https://github.com/quicwg/base-drafts/compare/410f67919d51...09d19c6166af **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.