freebsd-dev/sys/netinet/cc
Hiren Panchasara e04310d59b Set slow start threshold more accurately on loss to be flightsize/2 instead of
cwnd/2 as recommended by RFC5681. (spotted by mmacy at nextbsd dot org)

Restore pre-r307901 behavior of aligning ssthresh/cwnd on mss boundary. (spotted
by slawa at zxy dot spb dot ru)

Tested by:	    dim, Slawa <slawa at zxy dot spb dot ru>
MFC after:	    1 month
X-MFC with:	    r307901
Sponsored by:	    Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D8349
2016-11-01 21:08:37 +00:00
..
cc_cdg.c Set slow start threshold more accurately on loss to be flightsize/2 instead of 2016-11-01 21:08:37 +00:00
cc_chd.c Set slow start threshold more accurately on loss to be flightsize/2 instead of 2016-11-01 21:08:37 +00:00
cc_cubic.c FreeBSD tcp stack used to inform respective congestion control module about the 2016-10-25 05:45:47 +00:00
cc_cubic.h
cc_dctcp.c Set slow start threshold more accurately on loss to be flightsize/2 instead of 2016-11-01 21:08:37 +00:00
cc_hd.c Rename netinet/tcp_cc.h to netinet/cc/cc.h. 2016-01-27 17:59:39 +00:00
cc_htcp.c Set slow start threshold more accurately on loss to be flightsize/2 instead of 2016-11-01 21:08:37 +00:00
cc_module.h
cc_newreno.c Set slow start threshold more accurately on loss to be flightsize/2 instead of 2016-11-01 21:08:37 +00:00
cc_vegas.c Rename netinet/tcp_cc.h to netinet/cc/cc.h. 2016-01-27 17:59:39 +00:00
cc.c Fix the case for some sysctl descriptions. 2016-07-26 20:20:09 +00:00
cc.h Pass the number of segments coalesced by LRO up the stack by repurposing the 2016-08-25 13:33:32 +00:00