Files
XDP-Firewall/src/common/constants.h
2025-02-22 09:50:57 -05:00

7 lines
147 B
C

#pragma once
#define MAX_PCKT_LENGTH 65535
#define MAX_FILTERS 60
#define MAX_TRACK_IPS 100000
#define MAX_CPUS 256
#define NANO_TO_SEC 1000000000