Decrease max filters to 90 due to stricter kernel limitations.

This commit is contained in:
Christian Deacon
2023-05-15 18:27:56 +00:00
parent fdc66c31fa
commit 8fbab9bf82

View File

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