mirror of
https://github.com/Zxilly/UA2F.git
synced 2026-01-09 19:57:14 +00:00
chore: prevent useless include
This commit is contained in:
parent
07d9c9acd2
commit
004d797fdc
@ -6,12 +6,12 @@
|
||||
#define UA2F_CACHE_H
|
||||
|
||||
#include <stdbool.h>
|
||||
#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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user