From 1147e53f61c3f7834e99d336d2597fb9fe47b385 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Feb 2023 17:50:34 +0100 Subject: [PATCH] defined SERVER_PORT the port will change --- include/chat/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/chat/common.h b/include/chat/common.h index 244e1b3..1c446a1 100644 --- a/include/chat/common.h +++ b/include/chat/common.h @@ -7,5 +7,6 @@ //DEFINES #define SA struct sockaddr +#define SERVER_PORT 8000 #endif \ No newline at end of file