Re: [tcpm] rfc2581bis-01 and RFC 2861
Mark Allman <mallman@icir.org> Mon, 24 July 2006 02:07 UTC
Received: from [127.0.0.1] (helo=stiedprmman1.va.neustar.com) by megatron.ietf.org with esmtp (Exim 4.43) id 1G4pr9-0000ai-Cd; Sun, 23 Jul 2006 22:07:39 -0400
Received: from [10.91.34.44] (helo=ietf-mx.ietf.org) by megatron.ietf.org with esmtp (Exim 4.43) id 1G4pr7-0000Sg-Mu for tcpm@ietf.org; Sun, 23 Jul 2006 22:07:37 -0400
Received: from wyvern.icir.org ([192.150.187.14]) by ietf-mx.ietf.org with esmtp (Exim 4.43) id 1G4pr6-0006YE-92 for tcpm@ietf.org; Sun, 23 Jul 2006 22:07:37 -0400
Received: from guns.icir.org (adsl-69-222-35-58.dsl.bcvloh.ameritech.net [69.222.35.58]) by wyvern.icir.org (8.12.11/8.12.11) with ESMTP id k6O27T13090915; Sun, 23 Jul 2006 19:07:29 -0700 (PDT) (envelope-from mallman@icir.org)
Received: from lawyers.icir.org (guns.icir.org [69.222.35.58]) by guns.icir.org (Postfix) with ESMTP id 51B7677ACAD; Sun, 23 Jul 2006 22:07:27 -0400 (EDT)
Received: from lawyers.icir.org (localhost [127.0.0.1]) by lawyers.icir.org (Postfix) with ESMTP id A7B6D441017; Sun, 23 Jul 2006 22:06:15 -0400 (EDT)
To: Salman Abdul Baset <salman@cs.columbia.edu>
From: Mark Allman <mallman@icir.org>
Subject: Re: [tcpm] rfc2581bis-01 and RFC 2861
In-Reply-To: <Pine.GSO.4.58.0607221343270.3180@dynasty.cs.columbia.edu>
Organization: ICSI Center for Internet Research (ICIR)
Song-of-the-Day: In the City
MIME-Version: 1.0
Date: Sun, 23 Jul 2006 22:06:15 -0400
Message-Id: <20060724020615.A7B6D441017@lawyers.icir.org>
X-Spam-Score: 0.1 (/)
X-Scan-Signature: 0fa76816851382eb71b0a882ccdc29ac
Cc: tcpm@ietf.org
X-BeenThere: tcpm@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: mallman@icir.org
List-Id: TCP Maintenance and Minor Extensions Working Group <tcpm.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:tcpm@ietf.org>
List-Help: <mailto:tcpm-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/tcpm>, <mailto:tcpm-request@ietf.org?subject=subscribe>
Content-Type: multipart/mixed; boundary="===============1560743198=="
Errors-To: tcpm-bounces@ietf.org
> (Note: This post is being sent to tcpm and end2end-interest mailing > lists) I have cut end2end off this reply as this seems to be a WG matter and we probably do not need to clutter e2e. > The latest TCP congestion control draft: > > http://www.ietf.org/internet-drafts/draft-ietf-tcpm-rfc2581bis-01.txt > > does not allude to RFC 2861. This latest draft perhaps tries to > combine the RFC 2581 (TCP Congestion Control) and RFC 3465 > (Appropriate Byte Couting) in one document. This is incorrect. The goal of the above listed I-D is to fix problems with the current congestion control *specification* (not algorithmic problems). And, further to roll in a couple of quite minor *standards track* extensions to TCP (namely a larger initial cwnd (RFC 3390) and limited transmit (RFC 3042). We explicitly *do not* roll in Appropriate Byte Counting (RFC 3465) because, as you note, it is not a standards track extension at this time. > In $3.1, (page 5, par 5) it suggests: > > "The RECOMMENDED way to increase cwnd during congestion avoidance is > to count the number of bytes that have been acknowledged by ACKs for > new data. (A drawback of this implementation is that it requires > maintaining an additional state variable.) When the number of bytes > acknowledged reaches cwnd, then cwnd can be incremented by up to > SMSS bytes. Note that during congestion avoidance, cwnd MUST NOT be > increased by more than SMSS bytes per RTT. This method both allows > TCPs to increase cwnd by one segment per RTT in the face of delayed > ACKs and provides robustness against ACK Division attacks." Note that this is only a slight change from RFC 2581 and the above is *not* ABC. First, ABC is about how to increase cwnd during *slow start* while the above paragraph discusses congestion avoidance. Second, the byte counting method for increasing cwnd during congestion avoidance is specifically allowed in RFC 2581. The change is that it is RECOMMENDED in the latest draft. (The change is an attempt to mitigate a security problem with receiver's ACKing each byte in a packet separately to try to artificially inflate the sender's cwnd.) > I am not sure if it is an intentional omission by the authors but this > seems to have significant implications for sending CBR over TCP. For > example, delays incurred by CBR stream can be quite different because > of cwnd limitation (due to application rate). I do not follow the problem you are getting at here. If you traffic is CBR and you have enough cwnd to send at that CBR then why would increasing it beyond what will provide the given rate impact the traffic? I just can't see the point you're trying to make here, can you try again? allman
_______________________________________________ tcpm mailing list tcpm@ietf.org https://www1.ietf.org/mailman/listinfo/tcpm
- [tcpm] rfc2581bis-01 and RFC 2861 Salman Abdul Baset
- Re: [tcpm] rfc2581bis-01 and RFC 2861 Mark Allman
- Re: [tcpm] rfc2581bis-01 and RFC 2861 Salman Abdul Baset
- Re: [tcpm] rfc2581bis-01 and RFC 2861 Mark Allman
- RE: [tcpm] rfc2581bis-01 and RFC 2861 Christian Huitema
- Re: [tcpm] rfc2581bis-01 and RFC 2861 Salman Abdul Baset
- Re: [tcpm] rfc2581bis-01 and RFC 2861 Mark Allman
- Re: [tcpm] rfc2581bis-01 and RFC 2861 Mark Allman
- Re: [tcpm] rfc2581bis-01 and RFC 2861 Salman Abdul Baset