From: John Heffner <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html