Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Aug 2024 17:27:09 GMT
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ad0d39ecc90f - main - tcpsso: remove support for TCP_BBR_POLICER_DETECT
Message-ID:  <202408081727.478HR9ZW046067@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408081727.478HR9ZW046067>