Re: [tcpm] Using the ECN Nonce to detect spurious loss events
"Scheffenegger, Richard" <rs@netapp.com> Wed, 16 March 2011 13:18 UTC
Return-Path: <rs@netapp.com>
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 97ACF3A695B for <tcpm@core3.amsl.com>; Wed, 16 Mar 2011 06:18:53 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.561
X-Spam-Level:
X-Spam-Status: No, score=-10.561 tagged_above=-999 required=5 tests=[AWL=0.038, BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
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 kyuOuIlAQUpk for <tcpm@core3.amsl.com>; Wed, 16 Mar 2011 06:18:52 -0700 (PDT)
Received: from mx4.netapp.com (mx4.netapp.com [217.70.210.8]) by core3.amsl.com (Postfix) with ESMTP id 68CEE3A693D for <tcpm@ietf.org>; Wed, 16 Mar 2011 06:18:52 -0700 (PDT)
X-IronPort-AV: E=Sophos;i="4.63,194,1299484800"; d="scan'208";a="246021892"
Received: from smtp3.europe.netapp.com ([10.64.2.67]) by mx4-out.netapp.com with ESMTP; 16 Mar 2011 06:20:18 -0700
Received: from ldcrsexc2-prd.hq.netapp.com (ldcrsexc2-prd.hq.netapp.com [10.65.251.110]) by smtp3.europe.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id p2GDDvhp015033; Wed, 16 Mar 2011 06:13:57 -0700 (PDT)
Received: from LDCMVEXC1-PRD.hq.netapp.com ([10.65.251.107]) by ldcrsexc2-prd.hq.netapp.com with Microsoft SMTPSVC(6.0.3790.3959); Wed, 16 Mar 2011 13:13:56 +0000
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Date: Wed, 16 Mar 2011 13:13:42 -0000
Message-ID: <5FDC413D5FA246468C200652D63E627A0D5F2140@LDCMVEXC1-PRD.hq.netapp.com>
In-Reply-To: <1D773EAD-B091-4A25-85F9-292863790AFD@ifi.uio.no>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [tcpm] Using the ECN Nonce to detect spurious loss events
Thread-Index: Acvj1+8bW9aI5eQjRbaabU4VDwF54QAAETNQ
References: <F93BAD94-39D8-414A-8364-9129B459A2CD@ifi.uio.no><5FDC413D5FA246468C200652D63E627A0D5F20BE@LDCMVEXC1-PRD.hq.netapp.com> <1D773EAD-B091-4A25-85F9-292863790AFD@ifi.uio.no>
From: "Scheffenegger, Richard" <rs@netapp.com>
To: michawe <michawe@ifi.uio.no>
X-OriginalArrivalTime: 16 Mar 2011 13:13:56.0964 (UTC) FILETIME=[019E1A40:01CBE3DC]
Cc: tcpm@ietf.org
Subject: Re: [tcpm] Using the ECN Nonce to detect spurious loss events
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, 16 Mar 2011 13:18:53 -0000
Hi Michael, > rfc 3708 seems to take care of what you describe here. while i think > that this is a good thing to implement, it has the disadvantage of > having to wait for a duplicate to arrive at the receiver, which can > delay the reaction. Yes, somehow I seem to have missed that rfc. Unless you have some unique signal that is conveyed in each sent segment, the best reaction time will be 1 RTT after the (spurious) retransmission. With a unique signal (like ECN nonce or timestamps (or packet size?), 1RTT (+reorder delay) of the original segment is the minimum reaction time. > > I read this now. Style wise, I think that it's tough to read, a lot of > things could just be expressed in simpler ways, probably by reducing > the number of hints regarding possible usage. Fully agreed - this is still a very sketchy draft at this time; the hints on possible use cases are there to move them later into separate sections. We didn't want to put in too much possible signaling for which no current foreseeable use case exists (ie. moved the clock resolution range negotiation to annex A, from the -00 version, and got rid of a number of possible redundant/unnecessary flags - ie BIAs, MIRror). Does the negotiable range of clock rates between ~16 sec and ~8ns (down to 8ps with reduced precision) sound reasonable enough, and is the precision of a binary16 float good enough? Except for the bias and the removal of special numbers (NaN/infinity), the format is like a IEEE binary16, so I hope conversion can be made easy (simple stacks may just insert a fixed value and negotiate for the modified TS reflection behavior, without using the information from the other host). The mask is now defined with bit-precision, allowing up to 31 bits of the timestamp to be masked (limiting the value of timestamps for PAWS very much :); personally, I think only up to 12 bits make some sense for integrity checking while maintaining the usefulness of timestamps to existing algorithms, but nibble-precision was seen as being too coarse. > > I like the general idea. I think it's probably useful to extend TCP's > timestamp handling in this manner, but I also think that the right > point in time to extend it is when you can also propose a specific > usage for this extension. > Like LEDBAT: if a part of the idea is to use this for incorporating > LEDBAT congestion control in TCP, why not write this in the draft, as > one concrete example application (with full detail, so that it can > actually be implemented) of your extended signaling? Actually, I had a model like RFC2018 / RFC3517 in mind - disentangle the signaling from the algorithms making use of it. Putting all the already investigated algorithms making use of such an enhancement into one draft (ie. TCP Chirp, TCP LEDBAT, [TCP CUBIC interaction w/ timestamps], fast-LRD, (eifel-style) spurious retransmission detection/response) would make this a very lengthy and needlessly complex draft. Besides, there may be other useful properties (ie, a low bitrate, unreliable channel in the masked TS bits) which could be put to other good use... I would rather go with a section for use cases, referencing the (existing) RFCs/papers, and only giving hints how the improved signaling can help in those algorithms. However, this is currently completely missing from the draft due to it's very early stage. > > Cheers, > Michael > > _______________________________________________ > tcpm mailing list > tcpm@ietf.org > https://www.ietf.org/mailman/listinfo/tcpm
- [tcpm] Using the ECN Nonce to detect spurious los… michawe
- Re: [tcpm] Using the ECN Nonce to detect spurious… Scheffenegger, Richard
- Re: [tcpm] Using the ECN Nonce to detect spurious… michawe
- Re: [tcpm] Using the ECN Nonce to detect spurious… Scheffenegger, Richard
- Re: [tcpm] Using the ECN Nonce to detect spurious… michawe
- Re: [tcpm] Using the ECN Nonce to detect spurious… Yuchung Cheng