client request handler

This commit is contained in:
2020-12-11 20:28:48 +01:00
parent bbbde82a46
commit 37f3e4eae1
3 changed files with 45 additions and 9 deletions

View File

@ -21,6 +21,7 @@
#define NUM_SOCKETS 2
#define MAX_CHILDREN 1024
#define LISTEN_BACKLOG 16
#define REQ_PER_CONNECTION 100
#define ERR_STR "\x1B[1;31m"
#define CLR_STR "\x1B[0m"