File: tcpnice.8

package info (click to toggle)
dsniff 2.4b1%2Bdebian-18
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,064 kB
  • ctags: 971
  • sloc: ansic: 10,345; sh: 4,834; makefile: 166
file content (38 lines) | stat: -rw-r--r-- 806 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
.TH TCPNICE 8
.ad
.fi
.SH NAME
tcpnice
\-
slow down TCP connections on a LAN
.SH SYNOPSIS
.na
.nf
.fi
\fBtcpnice\fR [\fB-A\fR] [\fB-I\fR] [\fB-M\fR] [\fB-i \fIinterface\fR]
\fIexpression\fR
.SH DESCRIPTION
.ad
.fi
\fBtcpnice\fR slows down specified TCP connections on a LAN via
"active" traffic shaping.
.SH OPTIONS
.IP \fB-A\fR
Inject TCP tiny window advertisements.
.IP \fB-I\fR
Inject ICMP source quench replies.
.IP \fB-M\fR
Inject ICMP fragmentation-needed replies with tiny next-hop MTUs.
.IP "\fB-i \fIinterface\fR"
Specify the interface to listen on.
.IP \fIexpression\fR
Specify a tcpdump(8) filter expression to select the connections to
slow down.
.LP
If no attack type is given, all attacks will be enabled.
.SH "SEE ALSO"
dsniff(8), tcpkill(8)
.SH AUTHOR
.na
.nf
Dug Song <dugsong@monkey.org>