Added Client timeout

This commit is contained in:
2020-12-11 23:16:30 +01:00
parent 3ba1848e40
commit 49f1a5f429
2 changed files with 14 additions and 5 deletions

@ -22,6 +22,7 @@
#define MAX_CHILDREN 1024
#define LISTEN_BACKLOG 16
#define REQ_PER_CONNECTION 100
#define CLIENT_TIMEOUT 3600
#define CLIENT_MAX_HEADER_SIZE 8192