Decrease max filters to 90 due to stricter kernel limitations.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user