Page MenuHomeFreeBSD

RELNOTES: mention nolocaltimewait change
ClosedPublic

Authored by ziaee on Jul 4 2025, 10:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 9, 9:42 PM
Unknown Object (File)
Thu, Apr 9, 7:34 PM
Unknown Object (File)
Mar 4 2026, 7:24 PM
Unknown Object (File)
Mar 4 2026, 12:35 PM
Unknown Object (File)
Mar 4 2026, 7:25 AM
Unknown Object (File)
Mar 1 2026, 10:57 PM
Unknown Object (File)
Mar 1 2026, 4:50 PM
Unknown Object (File)
Feb 28 2026, 7:36 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ziaee requested review of this revision.Jul 4 2025, 10:05 PM

I have no idea if my interpretation of what is going on is correct, I'm still learning.

RELNOTES
89

To be crystal clear you might want to say:

The default value of the sysctl variable net.inet.tcp.nolocaltimewait has changed from 1 to 0. This means that FreeBSD does not skip the TIME_WAIT state anymore for endpoints for which the remote address is local. The new sysctl variable net.inet.tcp.msl_local can be used to control the time these endpoints stay in the TIME_WAIT state. The sysctl variable net.inet.tcp.nolocaltimewait is deprecated and intended to be removed in FreeBSD 16.

Thank you so much.

RELNOTES
89

Okay, that sounds perfect. Should I use your text and set you as the author? I don't want to be misrepresenting/stealing it.

This revision was not accepted when it landed; it landed in state Needs Review.Aug 18 2025, 5:31 PM
This revision was automatically updated to reflect the committed changes.