summaryrefslogtreecommitdiffstats
path: root/extensions/libipt_connrate.man
diff options
context:
space:
mode:
authorNuuti Kotivuori <naked@iki.fi>2004-04-18 17:33:26 +0000
committerPatrick McHardy <kaber@trash.net>2004-04-18 17:33:26 +0000
commit7737eec010d91eef238271294f1f21cba8122c74 (patch)
tree40d23cac367f6b3b0d7b7cbfd3e2ab61d3744b59 /extensions/libipt_connrate.man
parentd8ac967249f78212e1fe5eb55e9a417ac1d737d6 (diff)
Add connrate match userspace part (Nuuti Kotivuori)
Diffstat (limited to 'extensions/libipt_connrate.man')
-rw-r--r--extensions/libipt_connrate.man6
1 files changed, 6 insertions, 0 deletions
diff --git a/extensions/libipt_connrate.man b/extensions/libipt_connrate.man
new file mode 100644
index 00000000..45cba9d9
--- /dev/null
+++ b/extensions/libipt_connrate.man
@@ -0,0 +1,6 @@
+This module matches the current transfer rate in a connection.
+.TP
+.BI "--connrate " "[!] [\fIfrom\fP]:[\fIto\fP]"
+Match against the current connection transfer rate being within 'from'
+and 'to' bytes per second. When the "!" argument is used before the
+range, the sense of the match is inverted.