mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-05 18:05:16 +00:00
Add a description how tcpdrop handles the case of specifying the
-s and the -S option. Sponsored by: Netflix, Inc.
This commit is contained in:
parent
584ab65a75
commit
314e8196ea
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=323596
@ -78,6 +78,26 @@ is one of
|
||||
.Dv FIN_WAIT_2 , or
|
||||
.Dv TIME_WAIT .
|
||||
.Pp
|
||||
If
|
||||
.Fl S Ar stack
|
||||
and
|
||||
.Fl s Ar state
|
||||
are specified,
|
||||
.Nm
|
||||
will attempt to drop all TCP connections being in the state
|
||||
.Ar state
|
||||
and using the TCP stack
|
||||
.Ar stack .
|
||||
Since TCP connections in the
|
||||
.Dv TIME_WAIT
|
||||
state are not tied to any TCP stack, using the option
|
||||
.Fl s Dv TIME_WAIT
|
||||
in combination with the
|
||||
.Fl S Ar stack
|
||||
option results in
|
||||
.Nm
|
||||
not dropping any TCP connection.
|
||||
.Pp
|
||||
The
|
||||
.Fl l
|
||||
flag may be given in addition to the
|
||||
|
Loading…
x
Reference in New Issue
Block a user