Restructure project and organize code.
This commit is contained in:
7
src/common/constants.h
Normal file
7
src/common/constants.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user