if (node->option_type == RULE_OPTION_TYPE_LEAF_NODE)
{
/* Update stats for this otn */
- // FIXIT-H should be sum of instances (only called from main thread)
+ // FIXIT-M should be sum of instances (only called from main thread)
OptTreeNode *otn = (OptTreeNode *)node->option_data;
OtnState* state = otn->state + get_instance_id();
state->ticks += local_stats.ticks;
fpLogEvent(rtn, otn, p);
- return 0; //otn->event_data.event_id; // FIXIT-H EVENT
+ return 0; //otn->event_data.event_id; // FIXIT-M EVENT
}
/**
Shell* get_shell(unsigned i = 0)
{ return i < shells.size() ? shells[i] : nullptr; };
-public: // FIXIT-H make impl private
+public: // FIXIT-M make impl private
std::vector<Shell*> shells;
std::vector<InspectionPolicy*> inspection_policy;
std::vector<IpsPolicy*> ips_policy;
}
#if 0
-// FIXIT-H this should be part of a new splitter
+// FIXIT-M this should be part of a new splitter
static inline int CheckFlushCoercion (
Packet* p, FlushMgr* fm, uint16_t flush_factor
) {
}
else
{
- // FIXIT-H PAF need to instantiate service splitter?
- // FIXIT-H PAF need to check for ips / on-data
+ // FIXIT-M PAF need to instantiate service splitter?
+ // FIXIT-M PAF need to check for ips / on-data
if ( srod.direction & SSN_DIR_SERVER )
{
tcpssn->server.flush_policy = STREAM_FLPOLICY_ON_ACK;