Skip to content

Commit

Permalink
packetpool: allow larger max-pending-packets
Browse files Browse the repository at this point in the history
Original limit was due to a specific data structure.

(lifted from 96a0ffa)
  • Loading branch information
victorjulien authored and jlucovsky committed Sep 23, 2024
1 parent 25877be commit 7e640e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/napatech/source-napatech.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
#include <numa.h>
#include <nt.h>

extern uint16_t max_pending_packets;
extern uint32_t max_pending_packets;

typedef struct NapatechThreadVars_ {
ThreadVars *tv;
Expand Down

0 comments on commit 7e640e4

Please sign in to comment.