opnsense-src/sys/netinet/cc
Michael Tuexen 82f75079f1 tcp: fix two bugs in new reno
* Completely initialise the CC module specific data
* Use beta_ecn in case of an ECN event whenever ABE is enabled
  or it is requested by the stack.

Reviewed by:		rscheff, rrs
Sponsored by:		Netflix, Inc.

(cherry picked from commit fa3746be42)
2021-06-14 01:29:14 +02:00
..
cc.c
cc.h This brings into sync FreeBSD with the netflix versions of rack and bbr. 2021-06-09 01:56:18 +02: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 TCP Cubic: improve reaction to (and rollback from) RTO 2020-10-24 16:11:46 +00:00
cc_cubic.h
cc_dctcp.c tcp: move cwnd and ssthresh updates into cc modules 2020-10-24 16:09:18 +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 tcp: move cwnd and ssthresh updates into cc modules 2020-10-24 16:09:18 +00:00
cc_module.h
cc_newreno.c tcp: fix two bugs in new reno 2021-06-14 01:29:14 +02:00
cc_newreno.h This brings into sync FreeBSD with the netflix versions of rack and bbr. 2021-06-09 01:56:18 +02:00
cc_vegas.c Add MODULE_VERSION to TCP loadable congestion control modules. 2020-07-20 23:47:27 +00:00