summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdrop
diff options
context:
space:
mode:
authorotto <otto@openbsd.org>2004-04-28 05:55:11 +0000
committerotto <otto@openbsd.org>2004-04-28 05:55:11 +0000
commit0f3403004fa1e294a7568cfd404abe91f5416a4d (patch)
tree797dd931a4d0631e78d9ed26de207d11f26216c6 /usr.sbin/tcpdrop
parentsync (diff)
downloadwireguard-openbsd-0f3403004fa1e294a7568cfd404abe91f5416a4d.tar.xz
wireguard-openbsd-0f3403004fa1e294a7568cfd404abe91f5416a4d.zip
Improve a bit. ok markus@
Diffstat (limited to 'usr.sbin/tcpdrop')
-rw-r--r--usr.sbin/tcpdrop/tcpdrop.813
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.8 b/usr.sbin/tcpdrop/tcpdrop.8
index c82147df45c..3dfaea74b04 100644
--- a/usr.sbin/tcpdrop/tcpdrop.8
+++ b/usr.sbin/tcpdrop/tcpdrop.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tcpdrop.8,v 1.2 2004/04/27 21:21:56 pb Exp $
+.\" $OpenBSD: tcpdrop.8,v 1.3 2004/04/28 05:55:11 otto Exp $
.\"
.\" Copyright (c) 2004 Markus Friedl <markus@openbsd.org>
.\"
@@ -37,23 +37,22 @@ and the foreign address
.Ar faddr ,
port
.Ar faddr .
+Addresses and ports can be specified by name or numeric value.
.Sh EXAMPLE
If one connection to, e.g.
.Xr httpd 8
-is congestion a link one can easily drop the TCP session in charge:
+is causing congestion on a network link one can drop the TCP session
+in charge:
.Bd -literal
-# fstat | egrep 'httpd.*internet'
+# fstat | egrep 'httpd.*internet.*<--'
www httpd 21307 3* internet stream tcp \\
0xd1007ca8 192.168.5.41:80 <-- 192.168.5.1:26747
.Ed
.Pp
-This gives all information one needs to call
-.Xr tcpdrop 8 :
+The following command will drop the connection:
.Bd -literal
# tcpdrop 192.168.5.41 80 192.168.5.1 26747
.Ed
-.Pp
-will end this TCP connection.
.Sh SEE ALSO
.Xr fstat 1 ,
.Xr netstat 1