Home | History | Annotate | Download | only in extensions
      1 Implements network quotas by decrementing a byte counter with each
      2 packet. The condition matches until the byte counter reaches zero. Behavior
      3 is reversed with negation (i.e. the condition does not match until the
      4 byte counter reaches zero).
      5 .TP
      6 [\fB!\fP] \fB\-\-quota\fP \fIbytes\fP
      7 The quota in bytes.
      8