lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ