git: 66950b4f13b3 - stable/14 - tcp.4: fix typo for newcwv sysctl
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Sep 2025 06:30:38 UTC
The branch stable/14 has been updated by tuexen: URL: https://cgit.FreeBSD.org/src/commit/?id=66950b4f13b3c36864db693243f1edc7b09084ca commit 66950b4f13b3c36864db693243f1edc7b09084ca Author: Peter Lei <peterlei@netflix.com> AuthorDate: 2025-06-26 13:14:27 +0000 Commit: Michael Tuexen <tuexen@FreeBSD.org> CommitDate: 2025-09-05 06:30:00 +0000 tcp.4: fix typo for newcwv sysctl Reviewed by: tuexen Sponsored by: Netflix, Inc. (cherry picked from commit 8b4f237c561686a9d9188724adb03f660ae79480) --- share/man/man4/tcp.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index bf86a8d35feb..edb969be5270 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -33,7 +33,7 @@ .\" .\" From: @(#)tcp.4 8.1 (Berkeley) 6/5/93 .\" -.Dd January 10, 2025 +.Dd June 26, 2025 .Dt TCP 4 .Os .Sh NAME @@ -798,7 +798,7 @@ The Maximum Segment Lifetime, in milliseconds, for a packet. The default value used for the TCP Maximum Segment Size .Pq Dq MSS for IPv4 when no advice to the contrary is received from MSS negotiation. -.It Va newcwd +.It Va newcwv Enable the New Congestion Window Validation mechanism as described in RFC 7661. This gently reduces the congestion window during periods, where TCP is application limited and the network bandwidth is not utilized completely.