Re: [quicwg/base-drafts] Praveen's WGLC comments (#3919)
Jana Iyengar <notifications@github.com> Tue, 21 July 2020 20:29 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 8A4633A096E for <quic-issues@ietfa.amsl.com>; Tue, 21 Jul 2020 13:29:28 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -3.1
X-Spam-Level:
X-Spam-Status: No, score=-3.1 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, HTML_MESSAGE=0.001, MAILING_LIST_MULTI=-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 1whxCvINqZhR for <quic-issues@ietfa.amsl.com>; Tue, 21 Jul 2020 13:29:27 -0700 (PDT)
Received: from out-23.smtp.github.com (out-23.smtp.github.com [192.30.252.206]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 269443A096C for <quic-issues@ietf.org>; Tue, 21 Jul 2020 13:29:27 -0700 (PDT)
Received: from github-lowworker-d93c4b6.va3-iad.github.net (github-lowworker-d93c4b6.va3-iad.github.net [10.48.17.47]) by smtp.github.com (Postfix) with ESMTP id 78296660E60 for <quic-issues@ietf.org>; Tue, 21 Jul 2020 13:29:26 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1595363366; bh=YzOOk+KBaZD6Igfs3lJa3aDXY/2WMXe8rcWpa1Gl5NI=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=vAg18+NbU2gstqspoNh3k82SaYi6NejJhW3numXdzI65fjgKQKV/eFzBV2sn6MHmY MVfb5Ohoe5Pmxb1g2fv7gfQ8Af5i9vPqRHh74d9/qDCadFALiaUaH/oNuM2yAQLRui 5xlWuJBmJfuhheC0AkbRWxFLYyZtDWVdybUogPQU=
Date: Tue, 21 Jul 2020 13:29:26 -0700
From: Jana Iyengar <notifications@github.com>
Reply-To: quicwg/base-drafts <reply+AFTOJKYQJCLMB3VX2MK4KX55EMYSNEVBNHHCOP522I@reply.github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/3919/662089620@github.com>
In-Reply-To: <quicwg/base-drafts/issues/3919@github.com>
References: <quicwg/base-drafts/issues/3919@github.com>
Subject: Re: [quicwg/base-drafts] Praveen's WGLC comments (#3919)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_5f1750266830a_6db73f7f438cd96011423c"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: janaiyengar
X-GitHub-Recipient: quic-issues
X-GitHub-Reason: subscribed
X-Auto-Response-Suppress: All
X-GitHub-Recipient-Address: quic-issues@ietf.org
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/MN6hp2T_xFmq9HjNXItH0c5UGEI>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.29
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, 21 Jul 2020 20:29:29 -0000
I've addressed the editorial bits in #3928. The rest are addressed below. - We don't have a recommended value for Idle timeout, but it the [transport spec](https://quicwg.org/base-drafts/draft-ietf-quic-transport.html#section-10.1) states the following: ``` To avoid excessively small idle timeout periods, endpoints MUST increase the idle timeout period to be at least three times the current Probe Timeout (PTO). ``` That said, the peer's `max_idle_timeout` is known to both sides. If you find that the peer's timeout is too short for your purposes, you can keep the connection alive through PINGs. - On faster acknowledgement when PTO: yes, sending two packets works just fine. Skipping packet numbers is not something you need to do -- so the additional complexity concern is only for those who want to go do it -- it's just something that an implementation can do to get an immediate ack anytime in the connection. - On PTOs and persistent congestion, there's text at the top of the section that calls this out explicitly: ``` Commonly, this can be established by consecutive PTOs, but since the PTO timer is reset when a new ack-eliciting packet is sent, an explicit duration must be used to account for those cases where PTOs do not occur or are substantially delayed. ``` Nevertheless, I've added a sentence at the end of the example description. - AreAllPacketsLost is in #3288. -- 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/issues/3919#issuecomment-662089620
- [quicwg/base-drafts] Praveen's WGLC comments (#39… ianswett
- Re: [quicwg/base-drafts] Praveen's WGLC comments … Kazu Yamamoto
- Re: [quicwg/base-drafts] Praveen's WGLC comments … Jana Iyengar
- Re: [quicwg/base-drafts] Praveen's WGLC comments … Jana Iyengar
- Re: [quicwg/base-drafts] Praveen's WGLC comments … Jana Iyengar