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:	Thu, 3 Apr 2008 19:35:50 -0700
From:	"Xiaoliang \"David\" Wei" <davidwei79@...il.com>
To:	"Lachlan Andrew" <lachlan.andrew@...il.com>
Cc:	Netdev <netdev@...r.kernel.org>
Subject: Re: Why is tcp_reno_min_cwnd() ssthresh/2?

Hi Lachlan,

    I think the reno_min_cwnd gives a lower bound of the cwnd during
one round of rate halving. So it is not *always* that cwnd will go to
reno_min_cwnd. If the recovery is done before the cwnd dropping to
reno_min_cwnd, the cwnd will be drop by at least one half. I think the
assumption is that normally one round of rate-halving will end up with
a half of congestion window so this lower bound is not activated.

    The last time I examined this algorithm, I got the following
document about rate halving:
http://www.psc.edu/networking/papers/FACKnotes/current/

    (It might be possible that the assumptions in this draft might be
out-dated or I misunderstood the algorithms :)

-David

On Thu, Apr 3, 2008 at 6:00 PM, Lachlan Andrew <lachlan.andrew@...il.com> wrote:
> Greetings all,
>
>  Apologies if this is a dumb question, but why does
>  tcp_reno_min_cwnd()  return  ssthresh/2?
>
>  Since   ssthresh <- snd_cwnd/2   on loss, this looks like it tries to
>  reduce  snd_cwnd  to 1/4 its value before a loss event, presumably
>  then slow-starting back to half of the original  snd_cwnd.
>
>  As Tom Quetchenbach pointed out, it is also odd that  omitting
>  min_cwnd()  from a congestion control module causes  ssthresh  to be
>  used, giving different results from using  tcp_reno_min_cwnd().
>
>  Thanks,
>  Lachlan
>
>  --
>  Lachlan Andrew  Dept of Computer Science, Caltech
>  1200 E California Blvd, Mail Code 256-80, Pasadena CA 91125, USA
>  Ph: +1 (626) 395-8820    Fax: +1 (626) 568-3603
>  http://netlab.caltech.edu/lachlan
>  --
>  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
>



-- 
Xiaoliang "David" Wei
http://davidwei.org
***********************************************
--
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