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:
Michael Tuexen 2024-08-08 19:24:53 +02:00
parent a1295b2484
commit ad0d39ecc9

View file

@ -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 */