Page MenuHomeFreeBSD

RELNOTES: mention nolocaltimewait change
ClosedPublic

Authored by ziaee on Jul 4 2025, 10:05 PM.
Tags
None
Referenced Files
F173461968: D51161.diff
Sat, Sep 26, 3:16 AM
Unknown Object (File)
Tue, Sep 22, 7:27 AM
Unknown Object (File)
Sun, Sep 20, 5:15 AM
Unknown Object (File)
Sun, Sep 20, 5:00 AM
Unknown Object (File)
Sun, Sep 20, 4:57 AM
Unknown Object (File)
Mon, Sep 7, 10:51 AM
Unknown Object (File)
Sat, Sep 5, 7:35 AM
Unknown Object (File)
Wed, Sep 2, 3:47 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.