From 01770f1f8d7f8b20b01ca826124bca8b6e5c7efe Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Feb 2023 19:42:38 +0100 Subject: [PATCH] defined MAX_CONNECTIONS in common --- include/chat/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/chat/common.h b/include/chat/common.h index 93c36c1..9d4e756 100644 --- a/include/chat/common.h +++ b/include/chat/common.h @@ -14,5 +14,6 @@ //DEFINES #define SA struct sockaddr #define SERVER_PORT 1204 +#define MAX_CONNECTIONS 1000 #endif \ No newline at end of file