Lower MAX_FILTERS to 80 to fix error related to BPF program too large.

This commit is contained in:
Christian Deacon
2023-10-11 22:05:30 +00:00
parent d5fe99c69a
commit c12496abb6
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
#include <linux/types.h>
#define MAX_PCKT_LENGTH 65535
#define MAX_FILTERS 90
#define MAX_FILTERS 80
#define MAX_TRACK_IPS 100000
#define MAX_CPUS 256