Blame bootstrap_ver/extensions/libxt_statistic.man

Packit Service 2cd632
This module matches packets based on some statistic condition.
Packit Service 2cd632
It supports two distinct modes settable with the 
Packit Service 2cd632
\fB\-\-mode\fP
Packit Service 2cd632
option.
Packit Service 2cd632
.PP
Packit Service 2cd632
Supported options:
Packit Service 2cd632
.TP
Packit Service 2cd632
\fB\-\-mode\fP \fImode\fP
Packit Service 2cd632
Set the matching mode of the matching rule, supported modes are
Packit Service 2cd632
.B random
Packit Service 2cd632
and
Packit Service 2cd632
.B nth. 
Packit Service 2cd632
.TP
Packit Service 2cd632
[\fB!\fP] \fB\-\-probability\fP \fIp\fP
Packit Service 2cd632
Set the probability for a packet to be randomly matched. It only works with the
Packit Service 2cd632
\fBrandom\fP mode. \fIp\fP must be within 0.0 and 1.0. The supported
Packit Service 2cd632
granularity is in 1/2147483648th increments.
Packit Service 2cd632
.TP
Packit Service 2cd632
[\fB!\fP] \fB\-\-every\fP \fIn\fP
Packit Service 2cd632
Match one packet every nth packet. It works only with the
Packit Service 2cd632
.B nth
Packit Service 2cd632
mode (see also the 
Packit Service 2cd632
\fB\-\-packet\fP
Packit Service 2cd632
option).
Packit Service 2cd632
.TP
Packit Service 2cd632
\fB\-\-packet\fP \fIp\fP
Packit Service 2cd632
Set the initial counter value (0 <= p <= n\-1, default 0) for the
Packit Service 2cd632
.B nth 
Packit Service 2cd632
mode.