Page MenuHomeFreeBSD

tcp.4: Add missing sysctls, other fixes
ClosedPublic

Authored by karels on Jul 31 2022, 8:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 11 2024, 2:04 AM
Unknown Object (File)
Feb 9 2024, 11:07 AM
Unknown Object (File)
Dec 20 2023, 2:29 AM
Unknown Object (File)
Dec 12 2023, 4:30 PM
Unknown Object (File)
Nov 18 2023, 10:36 PM
Unknown Object (File)
Nov 18 2023, 7:50 PM
Unknown Object (File)
Nov 18 2023, 3:57 PM
Unknown Object (File)
Nov 18 2023, 3:46 PM

Details

Summary

Add some of the missing sysctls to tcp.4, using references to other
man pages where they exist. Added sysctls include recvbuf and sendbuf
controls for automatic buffer sizing. Updated recvspace and sendspace.

Add sysctl.8 to "see also" and intro to variable section. Rename
"MIB Variables" section to "MIB (sysctl) Variables", as most people
will associate with sysctl.

Test Plan

tested with mandoc

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jul 31 2022, 8:41 PM
pauamma_gundo.com added inline comments.
share/man/man4/tcp.4
423–424
436

While here.

755
765

Tangent question; what does "gently" mean here? Slightly, ie by a small amount overall? Slowly, ie at a low pace overall change regardless, or not abruptly? Or is it a typo for "greatly"?

This revision now requires changes to proceed.Aug 1 2022, 1:23 AM
karels marked 2 inline comments as done.

Address review comments so far.

share/man/man4/tcp.4
436

Done in two places.

765

I think it means gradually, and probably by a small amount, but I don't know this algorithm.

pauamma_gundo.com added inline comments.
share/man/man4/tcp.4
765

I think it means gradually, and probably by a small amount, but I don't know this algorithm.

Then I suggest changing it to "gradually" pending review by someone who does. Here or in another Phab review is up to you.

This revision is now accepted and ready to land.Aug 1 2022, 2:23 PM
This revision was automatically updated to reflect the committed changes.