Re: [tcpm] Comments on draft-blanton-tcpm-3517bis-01

Markku Kojo <kojo@cs.helsinki.fi> Thu, 14 April 2011 09:21 UTC

Return-Path: <kojo@cs.helsinki.fi>
X-Original-To: tcpm@ietfc.amsl.com
Delivered-To: tcpm@ietfc.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfc.amsl.com (Postfix) with ESMTP id 18E1EE0685 for <tcpm@ietfc.amsl.com>; Thu, 14 Apr 2011 02:21:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -5.999
X-Spam-Level:
X-Spam-Status: No, score=-5.999 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, J_CHICKENPOX_33=0.6, RCVD_IN_DNSWL_MED=-4]
Received: from mail.ietf.org ([208.66.40.236]) by localhost (ietfc.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FjaE90UyJDD8 for <tcpm@ietfc.amsl.com>; Thu, 14 Apr 2011 02:21:13 -0700 (PDT)
Received: from mail.cs.helsinki.fi (courier.cs.helsinki.fi [128.214.9.1]) by ietfc.amsl.com (Postfix) with ESMTP id 08BD4E0676 for <tcpm@ietf.org>; Thu, 14 Apr 2011 02:21:11 -0700 (PDT)
Received: from wox-18.cs.helsinki.fi (wox-18.cs.helsinki.fi [128.214.11.68]) (AUTH: PLAIN cs-relay, TLS: TLSv1/SSLv3,256bits,AES256-SHA) by mail.cs.helsinki.fi with esmtp; Thu, 14 Apr 2011 12:21:10 +0300 id 00093E5E.4DA6BC86.00004F67
Received: by wox-18.cs.helsinki.fi (Postfix, from userid 3011) id 181E1358B3; Thu, 14 Apr 2011 12:21:10 +0300 (EEST)
Received: from localhost (localhost [127.0.0.1]) by wox-18.cs.helsinki.fi (Postfix) with ESMTP id 12D59358B2; Thu, 14 Apr 2011 12:21:10 +0300 (EEST)
Date: Thu, 14 Apr 2011 12:21:09 +0300
From: Markku Kojo <kojo@cs.helsinki.fi>
To: Yuchung Cheng <ycheng@google.com>
In-Reply-To: <BANLkTik190qsrG+faJS=RPXZGUyrM5EOMA@mail.gmail.com>
Message-ID: <Pine.LNX.4.64.1104141207060.25983@wox-18.cs.helsinki.fi>
References: <20110413182449.GA4240@colt> <BANLkTi=c80RgQFdXj=Bx5Gpd3RHQRCX9=Q@mail.gmail.com> <20110413201315.GC4240@colt> <BANLkTinkKp0GFg8_fYN+ESy62_p0WbF52g@mail.gmail.com> <20110414001709.GD4240@colt> <BANLkTik190qsrG+faJS=RPXZGUyrM5EOMA@mail.gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Cc: "tcpm@ietf.org Extensions" <tcpm@ietf.org>
Subject: Re: [tcpm] Comments on draft-blanton-tcpm-3517bis-01
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.12
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: <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: Thu, 14 Apr 2011 09:21:14 -0000

On Wed, 13 Apr 2011, Yuchung Cheng wrote:

> On Wed, Apr 13, 2011 at 5:17 PM, Ethan Blanton <eblanton@cs.ohiou.edu> wrote:
> > Yuchung Cheng spake unto us the following wisdom:
> >> Thanks for the clarification. My example assumes SMSS=1460 (sorry for
> >> not being clear).
> >>
> >> AFAIK, Linux (even with fack disabled) triggers the fast-recovery when
> >> any 3 packets (of any size) are sacked beyond SND.UNA.
> >
> > And this is correct behavior, and what 3517/3517bis will both do.
> >
> Ah that's right. The subtle difference is that Linux IsLost(sn)
> returns true if any 3 segments beyond sn are sacked, i.e., the seq# of
> these segments need not be discontinuous. Therefore the loss marking
> is more aggressive after F-R starts (even with FACK disabled).

Right. The difference is that the Linux TCP sender tracks segment 
boundaries and is therefore able to determine that 3 small segments 
have made it to the receiver even though these segments are continuous.

As Ethan noted the draft is written such that it does not require
a TCP sender to keep track of segment boundaries after a segment
has been transmitted (Note in Section 3).

/Markku