[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20070808.214054.133430158.davem@davemloft.net>
Date: Wed, 08 Aug 2007 21:40:54 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: jheffner@....edu
Cc: ilpo.jarvinen@...sinki.fi, netdev@...r.kernel.org
Subject: Re: TCP's initial cwnd setting correct?...
From: John Heffner <jheffner@....edu>
Date: Wed, 08 Aug 2007 11:20:05 -0400
> I believe the current calculation is correct. The RFC specifies a
> window of no more than 4380 bytes unless 2*MSS > 4380. If you change
> the code in this way, then MSS=1461 will give you an initial window of
> 3*MSS == 4383, violating the spec. Reading the pseudocode in the RFC
> 3390 is a bit misleading because they use a clamp at 4380 bytes rather
> than use a multiplier in the relevant range.
Thanks for this excellent clarification John.
Because this has tripped up enough people, not once but on
multiple occaisions, I'm going to add some comments to
tcp_init_cwnd() to save the next person who is confused
by what seems to be an incorrect implementation of the RFC :-)
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists