feat: BUFFER_SIZE increase

This commit is contained in:
3lswear
2022-01-29 23:53:24 +03:00
parent 180dc6c699
commit 8568b78aaf

View File

@@ -13,7 +13,7 @@
#define RESET "\033[0m" #define RESET "\033[0m"
#define HOME "www" #define HOME "www"
#define BUFFSIZE 1024 #define BUFFSIZE 65536
#define MAX_CLIENT 1000 #define MAX_CLIENT 1000
#define WHITESPACE " \n\r\t\f\v" #define WHITESPACE " \n\r\t\f\v"