[tcpm] New Version Notification for draft-zimmermann-tcp-lcd-01

Alexander Zimmermann <alexander.zimmermann@nets.rwth-aachen.de> Mon, 13 July 2009 20:43 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 3882B28C26E for <tcpm@core3.amsl.com>; Mon, 13 Jul 2009 13:43:14 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -4.801
X-Spam-Level:
X-Spam-Status: No, score=-4.801 tagged_above=-999 required=5 tests=[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 IBugWO7+pI56 for <tcpm@core3.amsl.com>; Mon, 13 Jul 2009 13:43:13 -0700 (PDT)
Received: from mta-2.ms.rz.rwth-aachen.de (mta-2.ms.rz.RWTH-Aachen.DE [134.130.7.73]) by core3.amsl.com (Postfix) with ESMTP id 42A8C3A6A16 for <tcpm@ietf.org>; Mon, 13 Jul 2009 13:43:13 -0700 (PDT)
MIME-version: 1.0
Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-2.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0KMQ00H7MMWF6130@mta-2.ms.rz.RWTH-Aachen.de> for tcpm@ietf.org; Mon, 13 Jul 2009 22:43:27 +0200 (CEST)
X-IronPort-AV: E=Sophos; i="4.42,392,1243807200"; d="sig'?scan'208"; a="18917839"
Received: from relay-auth-2.ms.rz.rwth-aachen.de (HELO relay-auth-2) ([134.130.7.79]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Mon, 13 Jul 2009 22:43:26 +0200
Received: from miami.zimmermann.eu.xx ([unknown] [213.219.151.118]) 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 <0KMQ009Y7MWESQ00@relay-auth-2.ms.rz.rwth-aachen.de> for tcpm@ietf.org; Mon, 13 Jul 2009 22:43:27 +0200 (CEST)
Message-id: <3A6B38C4-17F7-46CD-B75C-A502FBE08183@nets.rwth-aachen.de>
From: Alexander Zimmermann <alexander.zimmermann@nets.rwth-aachen.de>
To: tcpm@ietf.org
Content-type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Apple-Mail-2-775150375"
Content-transfer-encoding: 7bit
Date: Mon, 13 Jul 2009 22:43:26 +0200
X-Pgp-Agent: GPGMail 1.2.0 (v56)
X-Mailer: Apple Mail (2.935.3)
Cc: David Borman <david.borman@windriver.com>
Subject: [tcpm] New Version Notification for draft-zimmermann-tcp-lcd-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: Mon, 13 Jul 2009 20:43:14 -0000

Hi folks,

I upload a new version of our draft to the IETF repository:
http://www.ietf.org/internet-drafts/draft-zimmermann-tcp-lcd-01.txt

Comments are more than welcome.
I'm looking forward to seeing you in Stockholm.

Alex


Filename:	 draft-zimmermann-tcp-lcd
Revision:	 01
Title:		 Make TCP more Robust to Long Connectivity Disruptions
Creation_date:	 2009-07-13
WG ID:		 Independent Submission
Number_of_pages: 16

Abstract:
Disruptions in end-to-end path connectivity which last longer than
one retransmission timeout cause suboptimal TCP performance.  The
reason for the performance degradation is that TCP interprets segment
loss induced by connectivity disruptions as a sign of congestion,
resulting in repeated backoffs of the retransmission timer.  This
leads in turn to a deferred detection of the re-establishment of the
connection since TCP waits until the next retransmission timeout
occurs before attempting the retransmission.

This document describes how standard ICMP messages can be exploited
to disambiguate true congestion loss from non-congestion loss caused
by long connectivity disruptions.  Moreover, a revert strategy of the
retransmission timer is specified that enables a more prompt
detection of whether the connectivity to a previously disconnected
peer node has been restored or not.  The specified algorithm is a TCP
sender-only modification that effectively improves TCP performance in
presence of connectivity disruptions.