https://github.com/torvalds/linux
Revision 9d2c27e17b7574023b5adb5c6a50d7aaeb915543 authored by Daniele Lacamera on 07 October 2008, 22:58:17 UTC, committed by David S. Miller on 07 October 2008, 22:58:17 UTC
Because of rounding, in certain conditions, i.e. when in congestion
avoidance state rho is smaller than 1/128 of the current cwnd, TCP
Hybla congestion control starves and the cwnd is kept constant
forever.

This patch forces an increment by one segment after #send_cwnd calls
without increments(newreno behavior).

Signed-off-by: Daniele Lacamera <root@danielinux.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 58ec3b4
History
Tip revision: 9d2c27e17b7574023b5adb5c6a50d7aaeb915543 authored by Daniele Lacamera on 07 October 2008, 22:58:17 UTC
tcp: Fix tcp_hybla zero congestion window growth with small rho and large cwnd.
Tip revision: 9d2c27e
File Mode Size
Documentation
arch
block
crypto
drivers
firmware
fs
include
init
ipc
kernel
lib
mm
net
samples
scripts
security
sound
usr
virt
.gitignore -rw-r--r-- 867 bytes
.mailmap -rw-r--r-- 3.7 KB
COPYING -rw-r--r-- 18.3 KB
CREDITS -rw-r--r-- 90.7 KB
Kbuild -rw-r--r-- 2.4 KB
MAINTAINERS -rw-r--r-- 99.5 KB
Makefile -rw-r--r-- 55.4 KB
README -rw-r--r-- 16.5 KB
REPORTING-BUGS -rw-r--r-- 3.1 KB

README

back to top