Skip to content

Commit

Permalink
Decrease max filters from 80 to 60.
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemann committed Jul 16, 2024
1 parent 110e27d commit 62c610f
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 80
#define MAX_FILTERS 60
#define MAX_TRACK_IPS 100000
#define MAX_CPUS 256
#define NANO_TO_SEC 1000000000
Expand Down

0 comments on commit 62c610f

Please sign in to comment.