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