Unify packets_limit_per_flow
and max_packets_per_flow_to_process
#51
Labels
Milestone
packets_limit_per_flow
and max_packets_per_flow_to_process
#51
Right now
nDPId
has a configuration parametermax_packets_per_flow_to_process
which controls how many packets should be handed over tolibnDPI
for processing.But
libnDPI
has it's own parameter namedpackets_limit_per_flow
which also controls how many packets should be processed.AC:
nDPId
should querypackets_limit_per_flow
and use that value as replacement formax_packets_per_flow_to_process
.The text was updated successfully, but these errors were encountered: