[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20080229.104633.167255557.davem@davemloft.net>
Date: Fri, 29 Feb 2008 10:46:33 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: rhee@....ncsu.edu
Cc: netdev@...r.kernel.org, shemminger@...tta.com
Subject: Re: [PATCH] New Update on CUBIC
From: "Injong Rhee" <rhee@....ncsu.edu>
Date: Fri, 29 Feb 2008 08:26:24 -0500
> @@ -211,19 +205,6 @@ static inline void bictcp_update(struct bictcp *ca, u32
> cwnd)
> ca->cnt = 100 * cwnd; /* very small increment*/
> }
>
> - if (ca->delay_min > 0) {
> - /* max increment = Smax * rtt / 0.1 */
> - min_cnt = (cwnd * HZ * 8)/(10 * max_increment * ca->delay_min);
> -
Please configure your email client to not corrupt the tabbing and to
also not break up long lines, as this makes the patch unusable.
Thank you.
--
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