netbsd man page for tcpdrop

Query: tcpdrop

OS: netbsd

Section: 8

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TCPDROP(8)						    BSD System Manager's Manual 						TCPDROP(8)

NAME
tcpdrop -- drop a TCP connection
SYNOPSIS
tcpdrop laddr lport faddr fport
DESCRIPTION
The tcpdrop command drops the TCP connection specified by the local address laddr, port lport and the foreign address faddr, port fport. Addresses and ports can be specified by name or numeric value.
EXAMPLES
If a connection to httpd(8) is causing congestion on a network link, one can drop the TCP session in charge: $ fstat | grep '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
SEE ALSO
fstat(1), netstat(1)
BSD
June 23, 2007 BSD
Related Man Pages
id_close(3) - debian
ipsec_policy(8) - debian
rlm_ippool_tool(8) - debian
unbound-streamtcp(1) - centos
tcpspy.rules(5) - debian
Similar Topics in the Unix Linux Community
Help tcpdrop script