Page MenuHomeFreeBSD

RELNOTES: mention nolocaltimewait change
ClosedPublic

Authored by ziaee on Jul 4 2025, 10:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 3, 7:42 PM
Unknown Object (File)
Sun, Aug 31, 7:41 PM
Unknown Object (File)
Sun, Aug 31, 2:33 AM
Unknown Object (File)
Mon, Aug 18, 5:31 PM
Unknown Object (File)
Aug 7 2025, 12:18 PM
Unknown Object (File)
Aug 2 2025, 8:15 AM
Unknown Object (File)
Jul 26 2025, 8:11 PM
Unknown Object (File)
Jul 21 2025, 2:09 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.Mon, Aug 18, 5:31 PM
This revision was automatically updated to reflect the committed changes.