From 62c610f577c951796c85a9e8e945852672a71c74 Mon Sep 17 00:00:00 2001 From: Christian Deacon Date: Mon, 15 Jul 2024 21:44:13 -0400 Subject: [PATCH] Decrease max filters from 80 to 60. --- src/xdpfw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdpfw.h b/src/xdpfw.h index ac6e53c..bdbfe3a 100644 --- a/src/xdpfw.h +++ b/src/xdpfw.h @@ -3,7 +3,7 @@ #include #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