diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2025-06-26 16:59:36 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2025-06-26 16:59:36 +0000 |
| commit | 5fb4b091e8352602894fc2b7284c8e1e3d8a8729 (patch) | |
| tree | 18dabccb7f6704f30413d5c454d1581ab68b2ffb /share | |
| parent | 0b33b25b14033f738995c0a1fdcfd1f695afd6f2 (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/tcp.4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 536bd904d796..f19b6cb2ae14 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -780,6 +780,13 @@ Minimum TCP Maximum Segment Size; used to prevent a denial of service attack from an unreasonably low MSS. .It Va msl The Maximum Segment Lifetime, in milliseconds, for a packet. +.It Va msl_local +The Maximum Segment Lifetime, in milliseconds, for a packet when both endpoints +are local. +.Va msl_local +is only used if +.Va nolocaltimewait +is zero. .It Va mssdflt The default value used for the TCP Maximum Segment Size .Pq Dq MSS |
