Right now nDPId has a configuration parameter max_packets_per_flow_to_process which controls how many packets should be handed over to libnDPI for processing.
But libnDPI has it's own parameter named packets_limit_per_flow which also controls how many packets should be processed.
AC: nDPId should query packets_limit_per_flow and use that value as replacement for max_packets_per_flow_to_process .
Right now
nDPId
has a configuration parametermax_packets_per_flow_to_process
which controls how many packets should be handed over tolibnDPI
for processing. ButlibnDPI
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
.