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-next>] [day] [month] [year] [list]
Date:	Thu, 3 Apr 2008 17:00:04 -0800
From:	"Lachlan Andrew" <lachlan.andrew@...il.com>
To:	Netdev <netdev@...r.kernel.org>
Subject: Why is tcp_reno_min_cwnd() ssthresh/2?

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ