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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 22 Jul 2010 10:56:39 -0700
From:	Yuchung Cheng <ycheng@...gle.com>
To:	netdev <netdev@...r.kernel.org>
Subject: TCP ssthresh in Linux/RFC

The Linux set ssthresh upon entering recovery stage (tcp_fastretrans_alert()) to
1) max(snd_cwnd/2, 2) in tcp_cong.c
2) max((tp->snd_cwnd * beta) / BICTCP_BETA_SCALE, 2U) in tcp_cubic.c

but RFC 5681 says  ssthresh = max (FlightSize / 2, 2*SMSS). It also
specifically mentions
" Implementation Note: An easy mistake to make is to simply use cwnd,
   rather than FlightSize, which in some implementations may
   incidentally increase well beyond rwnd."

I can think of a few pros and cons of both design, but would like to
hear Linux developers opinions first.

Yuchung
--
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