Skip to main content

MAX_RULE_BYTES

Constant MAX_RULE_BYTES 

Source
pub const MAX_RULE_BYTES: usize = 1024;
Expand description

Largest match and action data stored for one rule, in bytes.

Rule IDs are excluded and bounded separately by MAX_RULE_ID_BYTES.