Re: [tcpm] RACK - variable explanation

Michael Tuexen <Michael.Tuexen@lurchi.franken.de> Thu, 22 November 2018 16:01 UTC

Return-Path: <Michael.Tuexen@lurchi.franken.de>
X-Original-To: tcpm@ietfa.amsl.com
Delivered-To: tcpm@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id E5ADF1292AD for <tcpm@ietfa.amsl.com>; Thu, 22 Nov 2018 08:01:12 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, URIBL_BLOCKED=0.001] autolearn=unavailable autolearn_force=no
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 1fi0Khoj4Rqu for <tcpm@ietfa.amsl.com>; Thu, 22 Nov 2018 08:01:06 -0800 (PST)
Received: from drew.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A550C126C7E for <tcpm@ietf.org>; Thu, 22 Nov 2018 08:01:06 -0800 (PST)
Received: from [10.0.1.118] (unknown [212.201.121.94]) (Authenticated sender: lurchi) by mail-n.franken.de (Postfix) with ESMTPSA id 8E977721E280C; Thu, 22 Nov 2018 17:01:02 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 12.1 \(3445.101.1\))
From: Michael Tuexen <Michael.Tuexen@lurchi.franken.de>
In-Reply-To: <CADVnQymnp50bQFewcL4i8V7YJy-HO64K1KXBSoKVoubdw7nHKw@mail.gmail.com>
Date: Thu, 22 Nov 2018 17:00:59 +0100
Cc: ncardwell=40google.com@dmarc.ietf.org, "tcpm@ietf.org" <tcpm@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <904FE7A2-BE98-43A5-B4E4-4C23700D672E@lurchi.franken.de>
References: <8d43389c-93c1-899d-37ab-808c471eed47@fh-muenster.de> <CADVnQymCDpqTxwVLv0WYZvj84msfXf7OzfHYfj=d7Uj-pCHmFQ@mail.gmail.com> <CE164A44-3126-4F06-BD7C-A957CD73EF4E@lurchi.franken.de> <CADVnQymnp50bQFewcL4i8V7YJy-HO64K1KXBSoKVoubdw7nHKw@mail.gmail.com>
To: Neal Cardwell <ncardwell@google.com>
X-Mailer: Apple Mail (2.3445.101.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tcpm/dmahzpg6hcA-3iPG5OIAnPhdFdA>
Subject: Re: [tcpm] RACK - variable explanation
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/tcpm/>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 22 Nov 2018 16:01:13 -0000

> On 22. Nov 2018, at 16:28, Neal Cardwell <ncardwell@google.com> wrote:
> 
> On Thu, Nov 22, 2018 at 10:04 AM Michael Tuexen
> <Michael.Tuexen@lurchi.franken.de> wrote:
>> 
>>> On 22. Nov 2018, at 15:58, Neal Cardwell <ncardwell=40google.com@dmarc.ietf.org> wrote:
>>> 
>>> On Thu, Nov 22, 2018 at 7:25 AM Felix Weinrank <weinrank@fh-muenster.de> wrote:
>>>> RACK.dupthresh << This is where we're stuck
>>> 
>>> This is using the DupThresh term from RFC 6675, "A Conservative Loss
>>> Recovery Algorithm Based on Selective Acknowledgment (SACK) for TCP"
>>> (from https://tools.ietf.org/html/rfc6675 on page 4):
>>> 
>>>  We define a variable "DupThresh" that holds the number of duplicate
>>>  acknowledgments required to trigger a retransmission.  Per [RFC5681],
>>>  this threshold is defined to be 3 duplicate acknowledgments.
>> Please add such a description for RACK.dupthresh to Section 5.
> 
> Thanks, Michael. Based on this discussion, we have inserted a
> definition of RACK.dupthresh in Section 5 in our internal version of
> the draft, so it will be in the next rev.
Great, thanks a lot.

Best regards
Michael
> 
> thanks,
> neal