Re: [PATCH] CUBIC v2.3 with new improved slow start
From: David Miller <davem@davemloft.net>
Date: 2008-11-02 07:28:03
From: David Miller <davem@davemloft.net>
Date: 2008-11-02 07:28:03
From: "Injong Rhee" <redacted> Date: Wed, 29 Oct 2008 17:28:26 -0400
I am releasing a new patch for CUBIC. This patch implements a new slow start mechanism called HyStart. There were some discussions in the mailing list on the poor performance of TCP slow start; our patch addresses those performance issues arising from slow start.
I'm applying this patch to net-next-2.6 for three reasons: 1) it is easily the cleanest and most well done CUBIC patch submission, and they should be rewarded for the quality of this work 2) the only way to get exposure is to merge this now and look out for problems, and yes that means keeping it the default 3) if there is a problem it's a one line change to revert to previous CUBIC behvaior, by setting hystart to 0, and that's always a safe alternative because that is pretty much what is deployed all over the world right now Thanks!