From db0e862c6df0260180ad5297108484199cf11f6e Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Feb 2023 18:23:54 +0100 Subject: [PATCH] changed SERVER_PORT TO 1204 --- include/chat/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/chat/common.h b/include/chat/common.h index 6d421e0..b6387bc 100644 --- a/include/chat/common.h +++ b/include/chat/common.h @@ -11,7 +11,7 @@ //DEFINES #define SA struct sockaddr -#define SERVER_PORT 944 +#define SERVER_PORT 1204 #define SEND_LENGTH 4096 #endif \ No newline at end of file