TCPDROP(8) BSD System Manager's Manual TCPDROP(8)
tcpdrop - drop a TCP connection
tcpdrop laddr lport faddr fport
The tcpdrop command drops the TCP connection specified by the local ad-
dress laddr, port lport and the foreign address faddr, port fport. Ad-
dresses and ports can be specified by name or numeric value.
If a connection to httpd(8) is causing congestion on a network link, one
can drop the TCP session in charge:
# fstat | egrep 'httpd.*internet.*<--'
www httpd 21307 3* internet stream tcp \
0xd1007ca8 192.168.5.41:80 <-- 192.168.5.1:26747
The following command will drop the connection:
# tcpdrop 192.168.5.41 80 192.168.5.1 26747
fstat(1), netstat(1)
MirOS BSD #10-current March 21, 2004 1
Generated on 2010-03-15 22:30:14 by $MirOS: src/scripts/roff2htm,v 1.58 2009/02/17 12:55:22 tg Exp $
These manual pages are copyrighted
by their respective writers; their source is available at our CVSweb, AnonCVS, and other mirrors.
The rest is Copyright © 2002-2008 The
MirOS Project, Germany.
This product includes material provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.