Page MenuHomeFreeBSD

tcpsso: add example to man page
ClosedPublic

Authored by tuexen on Aug 3 2024, 2:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Aug 7 2024, 4:19 AM
Unknown Object (File)
Aug 6 2024, 10:14 PM
Unknown Object (File)
Aug 4 2024, 9:10 AM
Unknown Object (File)
Aug 3 2024, 6:32 PM
Subscribers

Details

Summary

Describe how to switch the TCP stack on all endpoints in the LISTEN state.

Diff Detail

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

Event Timeline

tuexen requested review of this revision.Aug 3 2024, 2:20 PM
This revision is now accepted and ready to land.Aug 3 2024, 2:47 PM
bcr requested changes to this revision.Aug 3 2024, 4:42 PM
bcr added a subscriber: bcr.

Small fixes, easy to implement..

usr.sbin/tcpsso/tcpsso.8
232

You could use the Fx macro here instead of spelling out FreeBSD.

237

Use active voice here:
Switch all TCP endpoints in the LISTEN state to the RACK stack by using:

This revision now requires changes to proceed.Aug 3 2024, 4:42 PM
This revision was not accepted when it landed; it landed in state Needs Revision.Aug 3 2024, 6:02 PM
This revision was automatically updated to reflect the committed changes.
tuexen added inline comments.
usr.sbin/tcpsso/tcpsso.8
232

I think this is not correct, since I'm not referring the operating system FreeBSD, but the TCP stack called freebsd (I know it is a suboptimal choice of the name, but it is like it is).

237

Committed in 2edac5a60a57. Sorry for missing your comments.
I was using the passive way to have this paragraph more different from the previous one.