[quicwg/base-drafts] Given recommendations on when/how often to send ACK frames (#230)
mirjak <notifications@github.com> Wed, 25 January 2017 07:03 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 9A915129850 for <quic-issues@ietfa.amsl.com>; Tue, 24 Jan 2017 23:03:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.737
X-Spam-Level:
X-Spam-Status: No, score=-4.737 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_24=1.618, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-1.156, RP_MATCHES_RCVD=-3.199, SPF_PASS=-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 WYguboUzjxKW for <quic-issues@ietfa.amsl.com>; Tue, 24 Jan 2017 23:03:47 -0800 (PST)
Received: from o8.sgmail.github.com (o8.sgmail.github.com [167.89.101.199]) (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 D0AA9129842 for <quic-issues@ietf.org>; Tue, 24 Jan 2017 23:03:46 -0800 (PST)
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=ZhKJXuwIEIM4Ng+jEJMiuhwYCkY=; b=ef6szecH7uL/3f94 PnTCuwzfD+GPe3aTwKvq3ZNmchrbYQsbBZL8N+Hq+A33+FlyRu/Rp1UON1FVnWYe iVmBzwve4E53PkWYQvQ5w+anppx6YFrnelSxVJXVEPF3ZzAG6dPgRSTmlPaCYizd SETueg3rDAUko6aWPzDRXFAFDhQ=
Received: by filter0194p1las1.sendgrid.net with SMTP id filter0194p1las1-27030-58884DCE-5E 2017-01-25 07:03:42.955858875 +0000 UTC
Received: from github-smtp2b-ext-cp1-prd.iad.github.net (github-smtp2b-ext-cp1-prd.iad.github.net [192.30.253.17]) by ismtpd0005p1iad1.sendgrid.net (SG) with ESMTP id RuCU_4CkSdWECexHg-vqPQ for <quic-issues@ietf.org>; Wed, 25 Jan 2017 07:03:42.937 +0000 (UTC)
Date: Tue, 24 Jan 2017 23:03:42 -0800
From: mirjak <notifications@github.com>
To: quicwg/base-drafts <base-drafts@noreply.github.com>
Message-ID: <quicwg/base-drafts/issues/230@github.com>
Subject: [quicwg/base-drafts] Given recommendations on when/how often to send ACK frames (#230)
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="--==_mimepart_58884dced0467_b0a3fa6fbd7b13029936f"; charset="UTF-8"
Content-Transfer-Encoding: 7bit
Precedence: list
X-GitHub-Sender: mirjak
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: l64QuQ2uJCcEyUykJbxN122A6QRmEpucztpreh3Pak2aqfldcVKUDiXTLp0CFcJa3bq5QsdB5R6z2T KszBbwOyvySxxX0mfX1JulMH1KvdwZhE+CKrT29lsMQ5hHpwAtMVPfnlBoSZIzZbHRtyFecDudEvbo aliUGhm1yARbZiMqCTYY9DJ9TS51MDnaltIB+ugg8plIBA5qZpdqdHkgCg==
Archived-At: <https://mailarchive.ietf.org/arch/msg/quic-issues/328LssKS_ENKjh9g9jWKQORLI74>
Cc: Subscribed <subscribed@noreply.github.com>
X-BeenThere: quic-issues@ietf.org
X-Mailman-Version: 2.1.17
Reply-To: quic@ietf.org
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: Wed, 25 Jan 2017 07:03:48 -0000
The spec just doesn't say anything about this so far. You at least want to put in some minumum requirement (like MUST send at least X ACKs per RTT). Also related but might be a separate issue that I'm not sure about yet: Is there a value in having a mechanism for the sender to tell the receiver how often it would like to receive ACKs? -- 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/230
- [quicwg/base-drafts] Given recommendations on whe… mirjak
- Re: [quicwg/base-drafts] Given recommendations on… Martin Thomson
- Re: [quicwg/base-drafts] Given recommendations on… mirjak
- Re: [quicwg/base-drafts] Given recommendations on… ianswett
- Re: [quicwg/base-drafts] Given recommendations on… acmacm
- Re: [quicwg/base-drafts] Given recommendations on… Martin Thomson
- Re: [quicwg/base-drafts] Given recommendations on… Al Morton
- Re: [quicwg/base-drafts] Given recommendations on… Martin Thomson
- Re: [quicwg/base-drafts] Given recommendations on… ianswett
- Re: [quicwg/base-drafts] Given recommendations on… Martin Thomson
- Re: [quicwg/base-drafts] When/how often to send A… Martin Thomson
- Re: [quicwg/base-drafts] When/how often to send A… mirjak
- Re: [quicwg/base-drafts] When/how often to send A… Al Morton
- Re: [quicwg/base-drafts] When/how often to send A… Martin Thomson
- Re: [quicwg/base-drafts] When/how often to send A… Al Morton
- Re: [quicwg/base-drafts] When/how often to send A… mirjak
- Re: [quicwg/base-drafts] When/how often to send A… ianswett
- Re: [quicwg/base-drafts] When/how often to send A… ianswett
- Re: [quicwg/base-drafts] When/how often to send A… pravb
- Re: [quicwg/base-drafts] When/how often to send A… Martin Thomson
- Re: [quicwg/base-drafts] When/how often to send A… ianswett
- Re: [quicwg/base-drafts] When/how often to send A… ianswett