Added magic file type detection

This commit is contained in:
2020-12-19 22:09:03 +01:00
parent f6ac55adaf
commit f0338209f5
8 changed files with 52 additions and 10 deletions

View File

@ -34,6 +34,7 @@
#define CLIENT_TIMEOUT 3600
#define CLIENT_MAX_HEADER_SIZE 8192
#define FILE_CACHE_SIZE 1024
#define ERR_STR "\x1B[1;31m"
#define CLR_STR "\x1B[0m"