You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
304 B
8 lines
304 B
Implements network quotas by decrementing a byte counter with each
|
|
packet. The condition matches until the byte counter reaches zero. Behavior
|
|
is reversed with negation (i.e. the condition does not match until the
|
|
byte counter reaches zero).
|
|
.TP
|
|
[\fB!\fP] \fB\-\-quota\fP \fIbytes\fP
|
|
The quota in bytes.
|