mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
tcpdrop: update man page, since the fastack stack has been removed
MFC after: 1 week Sponsored by: Netflix, Inc.
This commit is contained in:
parent
300914a0ff
commit
7ef45bd3cf
@ -17,7 +17,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd September 15, 2017
|
||||
.Dd December 4, 2021
|
||||
.Dt TCPDROP 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -155,9 +155,9 @@ port 22, the port used by
|
||||
.Ed
|
||||
.Pp
|
||||
The following command will drop all connections using the TCP stack
|
||||
fastack:
|
||||
rack:
|
||||
.Bd -literal -offset indent
|
||||
# tcpdrop -S fastack
|
||||
# tcpdrop -S rack
|
||||
.Ed
|
||||
.Pp
|
||||
To drop all TCP connections in the LAST_ACK state use:
|
||||
@ -165,10 +165,10 @@ To drop all TCP connections in the LAST_ACK state use:
|
||||
# tcpdrop -s LAST_ACK
|
||||
.Ed
|
||||
.Pp
|
||||
To drop all TCP connections using the TCP stack fastack and being in the
|
||||
To drop all TCP connections using the TCP stack rack and being in the
|
||||
LAST_ACK state use:
|
||||
.Bd -literal -offset indent
|
||||
# tcpdrop -S fastack -s LAST_ACK
|
||||
# tcpdrop -S rack -s LAST_ACK
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr netstat 1 ,
|
||||
|
Loading…
Reference in New Issue
Block a user