mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 15:22:34 -04:00
tcpsso: fix TIME_WAIT description in man-page
Reviewed by: manpages(pauamma_gundo.com)
Fixes: e179d9739b ("tcpsso: support TIME_WAIT state")
MFC after: 3 days
Sponsored by: Netflix, Inc.
Differential Revision: https://reviews.freebsd.org/D43424
This commit is contained in:
parent
0c243cd4a3
commit
256fe4a154
1 changed files with 3 additions and 5 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd January 6, 2024
|
||||
.Dd January 14, 2024
|
||||
.Dt TCPSSO 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -191,10 +191,8 @@ and
|
|||
.Fl s Ar state
|
||||
are specified,
|
||||
.Nm
|
||||
will apply the socket option to all TCP endpoints not being in the
|
||||
state
|
||||
.Dv TIME_WAIT
|
||||
and using the congestion control algorithm
|
||||
will apply the socket option to all TCP endpoints using the congestion
|
||||
control algorithm
|
||||
.Ar cc-algo ,
|
||||
being in the state
|
||||
.Ar state ,
|
||||
|
|
|
|||
Loading…
Reference in a new issue