Re: [tcpm] Review: draft-ietf-tcpm-early-rexmt-01

Alexander Zimmermann <Alexander.Zimmermann@nets.rwth-aachen.de> Wed, 23 September 2009 15:37 UTC

Return-Path: <Alexander.Zimmermann@nets.rwth-aachen.de>
X-Original-To: tcpm@core3.amsl.com
Delivered-To: tcpm@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 24D513A6887 for <tcpm@core3.amsl.com>; Wed, 23 Sep 2009 08:37:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.434
X-Spam-Level:
X-Spam-Status: No, score=-4.434 tagged_above=-999 required=5 tests=[AWL=0.367, BAYES_00=-2.599, HELO_EQ_DE=0.35, HELO_MISMATCH_DE=1.448, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gEcj-WxCkQ1M for <tcpm@core3.amsl.com>; Wed, 23 Sep 2009 08:37:05 -0700 (PDT)
Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.RWTH-Aachen.DE [134.130.7.72]) by core3.amsl.com (Postfix) with ESMTP id 006EB3A6A15 for <tcpm@ietf.org>; Wed, 23 Sep 2009 08:37:04 -0700 (PDT)
MIME-version: 1.0
Content-transfer-encoding: 7bit
Content-type: text/plain; charset="us-ascii"; format="flowed"; delsp="yes"
Received: from ironport-out-2.rz.rwth-aachen.de ([134.130.5.41]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0KQF00GU8KRLSID0@mta-1.ms.rz.RWTH-Aachen.de> for tcpm@ietf.org; Wed, 23 Sep 2009 17:38:09 +0200 (CEST)
X-IronPort-AV: E=Sophos;i="4.44,439,1249250400"; d="scan'208";a="14769303"
Received: from relay-auth-2.ms.rz.rwth-aachen.de (HELO relay-auth-2) ([134.130.7.79]) by ironport-in-2.rz.rwth-aachen.de with ESMTP; Wed, 23 Sep 2009 17:38:09 +0200
Received: from miami.nets.rwth-aachen.de ([unknown] [137.226.12.180]) by relay-auth-2.ms.rz.rwth-aachen.de (Sun Java(tm) System Messaging Server 7.0-3.01 64bit (built Dec 9 2008)) with ESMTPA id <0KQF00EMQKRLVP70@relay-auth-2.ms.rz.rwth-aachen.de> for tcpm@ietf.org; Wed, 23 Sep 2009 17:38:09 +0200 (CEST)
From: Alexander Zimmermann <Alexander.Zimmermann@nets.rwth-aachen.de>
In-reply-to: <4ABA307D.5080408@isi.edu>
Date: Wed, 23 Sep 2009 17:38:09 +0200
Message-id: <AB41211F-A648-4C5A-8DED-819231902693@nets.rwth-aachen.de>
References: <20090923130457.50D1D4AEFE3@lawyers.icir.org> <4ABA307D.5080408@isi.edu>
To: Joe Touch <touch@ISI.EDU>
X-Mailer: Apple Mail (2.1076)
Cc: "tcpm@ietf.org" <tcpm@ietf.org>, "mallman@icir.org" <mallman@icir.org>
Subject: Re: [tcpm] Review: draft-ietf-tcpm-early-rexmt-01
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/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: Wed, 23 Sep 2009 15:37:06 -0000

Hi Joe, hi Mark,

may be we can reuse a paragraph from RFC 3517:

"We define a variable "DupThresh" that holds the number of duplicate  
acknowledgments required to trigger a retransmission. Per [RFC2581]  
this threshold is defined to be 3 duplicate acknowledgments. However,  
implementers should consult any updates to [RFC2581] to determine the  
current value for DupThresh (or method for determining its value)."

First, it's easier to see where the magic *4* comes from, second it's   
future-proof when "5681bis" alters the number of duplicate Acks  
required for fast retransmit. :-)

Alex

Am 23.09.2009 um 16:28 schrieb Joe Touch:

> ...
>>> In 2.1, do you want to define this in terms a fixed value of 4*SMSS,
>>> or define it as a pointer (i.e., to the initial CWND, so if init  
>>> CWND
>>> increases, so does this?) same for the part about packet-based  
>>> (again,
>>> would that be segment-based?) not referring to 4, but the number of
>>> segments in the initial CWND (e.g., as "currently 4" -- PS, should
>>> that be 4, or shouldn't it be "initial_CWND/SMSS", i.e., a max of 4,
>>> but in most current cases it seems like this would still be 3).
>>
>> No, I don't.  This doesn't have anything to do with the initial
>> congestion window size.  The "4"---which I thought was well  
>> motivated,
>> perhaps not---comes from fast retransmit's magic constant of "3".   
>> I.e.,
>> if there are at least 4 segments outstanding and we lose one then  
>> we'll
>> have a shot at getting 3 dupacks.  If there are fewer segments
>> outstanding then we will have no chance at getting 3 dupacks.  So,  
>> this
>> has nothing to do with the initial window.
>
> I didn't get that as clearly. It might be useful to reiterate it when
> the number is introduced (maybe a few times for people like me who  
> miss it).

//
// Dipl.-Inform. Alexander Zimmermann
// Department of Computer Science, Informatik 4
// RWTH Aachen University
// Ahornstr. 55, 52056 Aachen, Germany
// phone: (49-241) 80-21422, fax: (49-241) 80-22220
// email: zimmermann@cs.rwth-aachen.de
// web: http://www.umic-mesh.net
//