blob: fbecf370b6851c8c21a79f920fd7aeeb8c96564e [file] [log] [blame]
Jonas Berlinf33c4612005-04-01 06:54:23 +00001Implements network quotas by decrementing a byte counter with each
Jan Engelhardtfbd47262011-01-25 18:31:16 +01002packet. The condition matches until the byte counter reaches zero. Behavior
3is reversed with negation (i.e. the condition does not match until the
4byte counter reaches zero).
Jonas Berlinf33c4612005-04-01 06:54:23 +00005.TP
Jan Engelhardtce06c992010-07-02 12:19:18 +02006[\fB!\fP] \fB\-\-quota\fP \fIbytes\fP
Jonas Berlinf33c4612005-04-01 06:54:23 +00007The quota in bytes.