Re: [tcpm] RACK - variable explanation

Michael Tuexen <Michael.Tuexen@lurchi.franken.de> Thu, 22 November 2018 15:04 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 B4505130ED9 for <tcpm@ietfa.amsl.com>; Thu, 22 Nov 2018 07:04:04 -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=ham 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 dcE2tM3ZuTa1 for <tcpm@ietfa.amsl.com>; Thu, 22 Nov 2018 07:03:56 -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 531FA130DC0 for <tcpm@ietf.org>; Thu, 22 Nov 2018 07:03:49 -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 15784721E280C; Thu, 22 Nov 2018 16:03:42 +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: <CADVnQymCDpqTxwVLv0WYZvj84msfXf7OzfHYfj=d7Uj-pCHmFQ@mail.gmail.com>
Date: Thu, 22 Nov 2018 16:03:39 +0100
Cc: Felix Weinrank <weinrank@fh-muenster.de>, "tcpm@ietf.org" <tcpm@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <CE164A44-3126-4F06-BD7C-A957CD73EF4E@lurchi.franken.de>
References: <8d43389c-93c1-899d-37ab-808c471eed47@fh-muenster.de> <CADVnQymCDpqTxwVLv0WYZvj84msfXf7OzfHYfj=d7Uj-pCHmFQ@mail.gmail.com>
To: Neal Cardwell <ncardwell=40google.com@dmarc.ietf.org>
X-Mailer: Apple Mail (2.3445.101.1)
Archived-At: <https://mailarchive.ietf.org/arch/msg/tcpm/MRhYCiTWdSMK5hKD9ckRQQZNuxk>
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 15:04:05 -0000

> 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:
>> 
>> Hey RACK authors,
>> 
>> we're evaluating the nuts and bolts of RACK in its current version and
>> we are missing variable explanations.
>> Most of the variables are listed and explained in section 5 (Definitions
>> of variables) but at least two are missing.
> 
> Thanks for pointing these out! We'll add these in the next draft.
> 
>> SND.UNA
> 
> The RACK draft uses the SND.UNA and SND.NXT notations from the TCP RFC
> (from https://tools.ietf.org/html/rfc793#section-3.3 on page 25):
> 
>   SND.UNA = oldest unacknowledged sequence number
> 
>   SND.NXT = next sequence number to be sent
> 
>> 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.

Best regards
Michael
> 
>> And I think this paragraph from section 5 needs two cosmetic newlines:
>> "RACK.reo_wnd_persist" is the number of loss recoveries before
>> resetting RACK.reo_wnd "RACK.dsack" indicates if a DSACK option has
>> been received since last RACK.reo_wnd change "RACK.pkts_sacked"
>> returns the total number of packets selectively acknowledged in the
>> SACK scoreboard.
> 
> Thanks for pointing out the missing newlines! We will try to get that
> formatting cleaned up in the next rev.
> 
> thanks,
> neal
> 
> _______________________________________________
> tcpm mailing list
> tcpm@ietf.org
> https://www.ietf.org/mailman/listinfo/tcpm