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