From 3e41101c852c67feb6663e9fa76c672fb07c8d97 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Thu, 9 Feb 2023 18:15:01 +0100 Subject: [PATCH] defined SEND_LENGTH 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 c3405bc..668179c 100644 --- a/include/chat/common.h +++ b/include/chat/common.h @@ -10,5 +10,6 @@ //DEFINES #define SA struct sockaddr #define SERVER_PORT 944 +#define SEND_LENGTH 4096 #endif \ No newline at end of file