From 004d797fdc36b24304da813bd85ec4980c3eb249 Mon Sep 17 00:00:00 2001 From: Zxilly Date: Sun, 10 Sep 2023 12:23:52 +0800 Subject: [PATCH] chore: prevent useless include --- src/cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cache.h b/src/cache.h index b4b9189..4179816 100644 --- a/src/cache.h +++ b/src/cache.h @@ -6,12 +6,12 @@ #define UA2F_CACHE_H #include -#include "third/nfqueue-mnl.h" #include "third/uthash.h" #define CACHE_TIMEOUT 127 #define CACHE_CHECK_INTERVAL 128 +#define INET6_ADDRSTRLEN 46 // 1111:1111:1111:1111:1111:1111:111.111.111.111:65535 // with null terminator #define MAX_ADDR_PORT_LENGTH (INET6_ADDRSTRLEN + 7)