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] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 3 Nov 2008 17:19:52 -0500
From:	"Sangtae Ha" <sangtae.ha@...il.com>
To:	"David Miller" <davem@...emloft.net>,
	"Stephen Hemminger" <shemminger@...tta.com>,
	"Rick Jones" <rick.jones2@...com>
Cc:	rhee@....ncsu.edu, netdev@...r.kernel.org
Subject: Re: [PATCH] CUBIC v2.3 with new improved slow start

Hi all,

We had rather extensive testings with one MacOSX receiver of the
latest Leopard release.
As we had one macbook pro available in the lab, all the testing
results are with the one receiver.
Based on the tested results, MacOSX also doesn't break the algorithm.

Please see the results at the following:

http://netsrv.csc.ncsu.edu/wiki/index.php/TCP_Testing#Testing_with_MacOSX

One thing I observed with FreeBSD and MacOS receivers is that
even though we set the large send and recv buffer and run the iperf
with the large fixed memory,
without manually setting the window scale parameter to a higher value,
the receiver window is limited to 64K << 3 (which is the default of MacOSX).

Because of that, I had to set the window scailing parameter from 3 to
13 manually.
This also affects SACK not triggering with the default window scale factor of 3.
Linux certainly doesn't have this problem.

Probably, MacOSX and FreeBSD may need some updates for this issue.

Thank you for all your feedbacks,

Sangtae



On Sun, Nov 2, 2008 at 2:27 AM, David Miller <davem@...emloft.net> wrote:
> 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
>
--
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