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.
pub const MAX_RULE_BYTES: usize = 1024;Largest match and action data stored for one rule, in bytes.
Rule IDs are excluded and bounded separately by MAX_RULE_ID_BYTES.