[quicwg/base-drafts] fix pseudocode for TLP alarm duration (#1225)
Marten Seemann <notifications@github.com> Sun, 18 March 2018 10:50 UTC
Return-Path: <bounces+848413-a050-quic-issues=ietf.org@sgmail.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 AFEAB12778E for <quic-issues@ietfa.amsl.com>; Sun, 18 Mar 2018 03:50:18 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.009
X-Spam-Level:
X-Spam-Status: No, score=-2.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_IMAGE_ONLY_32=0.001, HTML_MESSAGE=0.001, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 1GMVrM60nAw6 for <quic-issues@ietfa.amsl.com>; Sun, 18 Mar 2018 03:50:17 -0700 (PDT)
Received: from o5.sgmail.github.com (o5.sgmail.github.com [192.254.113.10]) (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 3834F127698 for <quic-issues@ietf.org>; Sun, 18 Mar 2018 03:50:17 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:reply-to:to:cc:subject:mime-version:content-type:content-transfer-encoding:list-id:list-archive:list-post:list-unsubscribe; s=s20150108; bh=Qf51Gxsxm731x8u74JnOno+YvnU=; b=mJqXaPjgccmpVq0/ CnHmZIXvsw0iv7H1hPFCTelULMox9LKk2/04cVDG9NuZVjvNHQUrSsyTQs7f0FUx PE0o9IkIB97xPJTd19veaOHeOL+FsbqezNX7ytSWONRZlDBeMTJc0/vmM4kscJJn s6AxlDT0YXLbZNEEeZ7aOQ0ZozU=
Received: by filter0180p1las1.sendgrid.net with SMTP id filter0180p1las1-23168-5AAE4468-C 2018-03-18 10:50:16.558545291 +0000 UTC
Received: from smtp.github.com (out-2.smtp.github.com [192.30.252.193]) by ismtpd0004p1iad1.sendgrid.net (SG) with ESMTP id xkJWHAw_RjqBnYmmbrviEw for <quic-issues@ietf.org>; Sun, 18 Mar 2018 10:50:16.387 +0000 (UTC)
Date: Sun, 18 Mar 2018 10:50:16 +0000
From: Marten Seemann <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+0166e4ab01050ae16cf3eb79263da61bf05c45c57a3fbf7c92cf0000000116c6066892a169ce1240b28e@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/pull/1225@github.com>
Subject: [quicwg/base-drafts] fix pseudocode for TLP alarm duration (#1225)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5aae44684e831_51ab2ae533d64ec496476"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: marten-seemann
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
X-SG-EID: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2RoKCLlIUJCPcUfQTsZuwrFJ2ZWp0m5e7y16 +1THQUjzMwjB6XtOTsr1+657u9HQoFx14CM8a/lWdN3s8lnD7QviJVAVoxOELJYqRWfjrRiqTRDREx h6vjgXAGcami85X+Tf9MCh3jhEescX5mVAUH1IPBn3YUgg/BxaavVCrMCoyw5q7KIoP0cm8NgU1c2J E=
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/btZUNhGue_VeWePi1JtQwWwxNPQ>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.22
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: Sun, 18 Mar 2018 10:50:18 -0000
Fixes #1220. @ianswett, @pravb. You can view, comment on, or merge this pull request online at: https://github.com/quicwg/base-drafts/pull/1225 -- Commit Summary -- * fix pseudocode for TLP alarm duration -- File Changes -- M draft-ietf-quic-recovery.md (9) -- Patch Links -- https://github.com/quicwg/base-drafts/pull/1225.patch https://github.com/quicwg/base-drafts/pull/1225.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/1225
- [quicwg/base-drafts] fix pseudocode for TLP alarm… Marten Seemann
- Re: [quicwg/base-drafts] fix pseudocode for TLP a… ianswett
- Re: [quicwg/base-drafts] fix pseudocode for TLP a… Marten Seemann
- Re: [quicwg/base-drafts] fix pseudocode for TLP a… ianswett