git: ad0d39ecc90f - main - tcpsso: remove support for TCP_BBR_POLICER_DETECT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Aug 2024 17:27:09 UTC
The branch main has been updated by tuexen:
URL: https://cgit.FreeBSD.org/src/commit/?id=ad0d39ecc90f116a714e996d8fa43b747e5d8808
commit ad0d39ecc90f116a714e996d8fa43b747e5d8808
Author: Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2024-08-08 17:24:53 +0000
Commit: Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2024-08-08 17:24:53 +0000
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
---
usr.sbin/tcpsso/tcpsso.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/usr.sbin/tcpsso/tcpsso.c b/usr.sbin/tcpsso/tcpsso.c
index 7e7e25246d80..7d34f5559d2d 100644
--- a/usr.sbin/tcpsso/tcpsso.c
+++ b/usr.sbin/tcpsso/tcpsso.c
@@ -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 */