freebsd-skq/sys/netinet/cc
sbruno 6c66154766 CC Cubic: fix underflow for cubic_cwnd()
Singed calculations in cubic_cwnd() can result in negative cwnd
value which is then cast to an unsigned value. Values less than
1 mss are generally bad for other parts of the code, also fixed.

Submitted by:	Jason Eggleston <jason@eggnet.com>
Sponsored by:	Limelight Networks
Differential Revision:	https://reviews.freebsd.org/D14141
2018-03-26 19:53:36 +00:00
..
cc_cdg.c
cc_chd.c
cc_cubic.c
cc_cubic.h
cc_dctcp.c
cc_hd.c
cc_htcp.c
cc_module.h
cc_newreno.c
cc_newreno.h
cc_vegas.c
cc.c
cc.h