Add client_ctx_t in client_handler

This commit is contained in:
2022-12-28 15:17:19 +01:00
parent ce658ac965
commit cd97eca7d3
6 changed files with 30 additions and 33 deletions

@ -20,6 +20,7 @@
#define CLIENT_TIMEOUT 3600
#define SERVER_TIMEOUT_INIT 4
#define SERVER_TIMEOUT 3600
#define MAX_CLIENTS 4096
#define CNX_HANDLER_WORKERS 8
#define REQ_HANDLER_WORKERS 16