Details
Details
- Reviewers
tuexen glebius bofh peter.lei_ieee.org - Group Reviewers
transport - Commits
- rG131b3b575170: RELNOTES: Mention nolocaltimewait change
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
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. |
Comment Actions
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. |