Decrease max filters from 80 to 60.

This commit is contained in:
Christian Deacon
2024-07-15 21:44:13 -04:00
parent 110e27d206
commit 62c610f577

View File

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