Enum pfwl_flows_strategy_t

Enum Documentation

enum pfwl_flows_strategy_t

Possible strategies to adopt when there are too many flows in the flows table.

Values:

enumerator PFWL_FLOWS_STRATEGY_NONE

Flows are always added to the table.

enumerator PFWL_FLOWS_STRATEGY_SKIP

If the maximum capacity of the table is reached, new flows are not stored.

enumerator PFWL_FLOWS_STRATEGY_EVICT

If the maximum capacity of the table is reached, when a new flow is added the oldest flow is evicted.