freebsd-dev/sys/netinet/cc
Richard Scheffenegger cce999b38f Fix style and comment around concave/convex regions in TCP cubic.
In cubic, the concave region is when snd_cwnd starts growing slower
towards max_cwnd (cwnd at the time of the congestion event), and
the convex region is when snd_cwnd starts to grow faster and
eventually appearing like slow-start like growth.

PR:		238478
Reviewed by:	tuexen (mentor), rgrimes (mentor)
Approved by:	tuexen (mentor), rgrimes (mentor)
MFC after:	2 weeks
Sponsored by:	NetApp, Inc.
Differential Revision:	https://reviews.freebsd.org/D24657
2020-07-21 16:21:52 +00:00
..
cc_cdg.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_chd.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_cubic.c Fix style and comment around concave/convex regions in TCP cubic. 2020-07-21 16:21:52 +00:00
cc_cubic.h Add boundary and overflow checks to the formulas used in the TCP CUBIC 2019-11-16 12:00:22 +00:00
cc_dctcp.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_hd.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_htcp.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_module.h
cc_newreno.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc_newreno.h
cc_vegas.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00
cc.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
cc.h Make use of the stats(3) framework in the TCP stack. 2019-12-02 20:58:04 +00:00