git: 7996429578a6 - main - tcp.4: the default congestion algorithm changed
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 May 2025 22:47:11 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=7996429578a6771bc12b034c09912289345891ac commit 7996429578a6771bc12b034c09912289345891ac Author: Tom Hukins <tom@FreeBSD.org> AuthorDate: 2025-02-12 10:07:41 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-05-04 22:47:07 +0000 tcp.4: the default congestion algorithm changed cc_cubic(4) replaced cc_newreno(4) as the default in FreeBSD 14 with commit bb1d472d79f7. Fixes: bb1d472d79f7 ("tcp: make CUBIC the default congestion control mechanism.") Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1686 --- share/man/man4/tcp.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 70b50a3b197f..d53d8086e8c0 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -447,7 +447,7 @@ and the reverse source route is used in responding. The default congestion control algorithm for .Tn TCP is -.Xr cc_newreno 4 . +.Xr cc_cubic 4 . Other congestion control algorithms can be made available using the .Xr mod_cc 4 framework.