Skip to content

Commit

Permalink
Decrease max filters to 90 due to stricter kernel limitations.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed May 15, 2023
1 parent fdc66c3 commit 8fbab9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xdpfw.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8fbab9b

Please sign in to comment.