Page MenuHomeFreeBSD

Add a basic manpage for tcp_bbr(4)
ClosedPublic

Authored by gbe on May 19 2020, 1:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 22, 11:10 PM
Unknown Object (File)
Tue, Aug 18, 2:03 PM
Unknown Object (File)
Mon, Aug 17, 8:46 PM
Unknown Object (File)
Mon, Aug 17, 7:05 PM
Unknown Object (File)
Mon, Aug 17, 1:33 PM
Unknown Object (File)
Sun, Aug 16, 9:30 PM
Unknown Object (File)
Sun, Aug 16, 7:35 PM
Unknown Object (File)
Sat, Aug 15, 5:19 PM
Subscribers

Details

Summary

This differential adds a basic manual page for tcp_bbr.

I documentated the sysctls via the documentation they provide via sysctl -ad. The wording may improved by someone with a more in-depth knowledge about the BBR implementation.

The same applies for the algorithm description.

Test Plan

mandoc output review and mandoc -Tlint and igor checks.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31177
Build 28838: arc lint + arc unit

Event Timeline

gbe requested review of this revision.May 19 2020, 1:46 PM
gbe created this revision.
gbe retitled this revision from Add a basic manpage for tcp_bbr(4) This differential adds a basic manual page for tcp_bbr. I documentated the sysctls via the documentation they provide via sysctl -ad. The wording may improved by someone with a more in-depth knowledge about the... to Add a basic manpage for tcp_bbr(4).May 19 2020, 1:47 PM
gbe edited the summary of this revision. (Show Details)
gbe edited the summary of this revision. (Show Details)
bcr added a subscriber: bcr.

Looks good to me, approved! Thanks for writing the man page.

@rrs and @tuexen could you have a look at this man page from the technical perspective?

This revision was not accepted when it landed; it landed in state Needs Review.Sep 24 2020, 7:34 PM
Closed by commit rS366127: Add a manual page for TCP BBR (authored by gbe). · Explain Why
This revision was automatically updated to reflect the committed changes.