mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 01:30:30 -04:00
tcpsso: remove support for TCP_BBR_POLICER_DETECT
TCP_BBR_POLICER_DETECT will be removed by an upcoming commit. Reviewed by: rrs Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D46244
This commit is contained in:
parent
a1295b2484
commit
ad0d39ecc9
1 changed files with 0 additions and 1 deletions
|
|
@ -275,7 +275,6 @@ static struct so_name so_names[] = {
|
|||
tcp_entry(TCP_BBR_MIN_TOPACEOUT), /* int */
|
||||
tcp_entry(TCP_BBR_FLOOR_MIN_TSO), /* int */
|
||||
tcp_entry(TCP_BBR_TSTMP_RAISES), /* int */
|
||||
tcp_entry(TCP_BBR_POLICER_DETECT), /* int */
|
||||
tcp_entry(TCP_BBR_USE_RACK_CHEAT), /* int */
|
||||
tcp_entry(TCP_BBR_PACE_SEG_MAX), /* int */
|
||||
tcp_entry(TCP_BBR_PACE_SEG_MIN), /* int */
|
||||
|
|
|
|||
Loading…
Reference in a new issue