opnsense-src/sys/netinet/cc
Mark Johnston 034a924009 tcp: Ensure that vnets have an initialized V_default_cc_ptr
This causes new vnets to inherit the cc algorithm from vnet0. This is a
temporary patch to fix vnet jail creation.

With encouragement from: glebius
Fixes: b8d60729de ("tcp: Congestion control cleanup.")
Differential Revision: https://reviews.freebsd.org/D32970
2021-11-12 12:18:12 -07:00
..
cc.c tcp: Ensure that vnets have an initialized V_default_cc_ptr 2021-11-12 12:18:12 -07:00
cc.h tcp: Congestion control cleanup. 2021-11-11 06:28:18 -05:00
cc_cdg.c tcp: Congestion control cleanup. 2021-11-11 06:28:18 -05:00
cc_chd.c tcp: Congestion control cleanup. 2021-11-11 06:28:18 -05:00
cc_cubic.c tcp: Congestion control cleanup. 2021-11-11 06:28:18 -05: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 tcp: Congestion control cleanup. 2021-11-11 06:28:18 -05:00
cc_hd.c tcp: Congestion control cleanup. 2021-11-11 06:28:18 -05:00
cc_htcp.c tcp: Congestion control cleanup. 2021-11-11 06:28:18 -05:00
cc_module.h sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
cc_newreno.c tcp: Congestion control cleanup. 2021-11-11 06:28:18 -05:00
cc_newreno.h tcp: Add hystart-plus to cc_newreno and rack. 2021-10-22 07:10:28 -04:00
cc_vegas.c tcp: Congestion control cleanup. 2021-11-11 06:28:18 -05:00