Add config.c and config.h

This commit is contained in:
2021-01-05 23:01:38 +01:00
parent 55028bd9cd
commit 4d4d94fc81
5 changed files with 58 additions and 6 deletions

View File

@ -39,9 +39,11 @@
#define CHUNK_SIZE 4096
#define CLIENT_MAX_HEADER_SIZE 8192
#define FILE_CACHE_SIZE 1024
#define SHM_KEY 255641
#define GEOIP_MAX_SIZE 8192
#define SHM_KEY_CACHE 255641
#define SHM_KEY_CONFIG 255642
#define ERR_STR "\x1B[1;31m"
#define CLR_STR "\x1B[0m"
#define BLD_STR "\x1B[1m"