File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ namespace HorusConst {
105
105
106
106
// apply Horus mitigator optimization if there are at least # rules
107
107
// matching the pattern, at ruleset begin
108
- const uint8_t MIN_RULE_SIZE_FOR_HORUS = 1 ;
108
+ const uint32_t MIN_RULE_SIZE_FOR_HORUS = 1 ;
109
109
const uint32_t MAX_RULE_SIZE_FOR_HORUS = 2048 ;
110
110
}
111
111
Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ const uint8_t DSTPORT = 4;
123
123
124
124
// apply Horus mitigator optimization if there are at least # rules
125
125
// matching the pattern, at ruleset begin
126
- const uint8_t MIN_RULE_SIZE_FOR_HORUS = 1 ;
127
- const uint8_t MAX_RULE_SIZE_FOR_HORUS = 2048 ;
126
+ const uint32_t MIN_RULE_SIZE_FOR_HORUS = 1 ;
127
+ const uint32_t MAX_RULE_SIZE_FOR_HORUS = 2048 ;
128
128
129
129
// Enable Horus optimization
130
130
// We want to disable Horus by default while we decide a policy to apply it or
You can’t perform that action at this time.
0 commit comments