git: e7b055efa743 - stable/14 - tcp: Remove the documented dependency of TCPHPTS for RACK and BBR
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Feb 2024 12:37:15 UTC
The branch stable/14 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=e7b055efa7436247f2944c0ed09596149f85f0c7 commit e7b055efa7436247f2944c0ed09596149f85f0c7 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2023-12-17 18:31:16 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2024-02-28 12:36:49 +0000 tcp: Remove the documented dependency of TCPHPTS for RACK and BBR Since TCPHPTS is now included in the GENERIC kernel, remove the documented dependency of it from the tcp_rack(4) and tcp_bbr(4) manual pages. Reviewed by: tuexen Differential Revision: https://reviews.freebsd.org/D43084 (cherry picked from commit 4fb5eda6493c3dada695efbfad0a44d204b7fc5e) --- share/man/man4/tcp_bbr.4 | 8 +------- share/man/man4/tcp_rack.4 | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/share/man/man4/tcp_bbr.4 b/share/man/man4/tcp_bbr.4 index 9944f6127ddd..fb1023dc81c6 100644 --- a/share/man/man4/tcp_bbr.4 +++ b/share/man/man4/tcp_bbr.4 @@ -22,19 +22,13 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd November 7, 2022 +.Dd December 17, 2023 .Dt TCP_BBR 4 .Os .Sh NAME .Nm tcp_bbr .Nd TCP Bottleneck Bandwidth and Round-Trip Time Algorithm .Sh SYNOPSIS -To use this TCP stack you have to place the following line in your -kernel configuration file: -.Bd -ragged -offset indent -.Cd "options TCPHPTS" -.Ed -.Pp To load the driver as a module at boot time, place the following line in .Xr loader.conf 5 : .Bd -literal -offset indent diff --git a/share/man/man4/tcp_rack.4 b/share/man/man4/tcp_rack.4 index cfdedb9901b8..791b48baf6f6 100644 --- a/share/man/man4/tcp_rack.4 +++ b/share/man/man4/tcp_rack.4 @@ -23,19 +23,13 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd March 19, 2023 +.Dd December 17, 2023 .Dt TCP_RACK 4 .Os .Sh NAME .Nm tcp_rack .Nd TCP RACK-TLP Loss Detection Algorithm for TCP .Sh SYNOPSIS -To use this TCP stack, place the following line in the -kernel configuration file: -.Bd -ragged -offset indent -.Cd "options TCPHPTS" -.Ed -.Pp To load the TCP stack as a module at boot time, place the following line in .Xr loader.conf 5 : .Bd -literal -offset indent