From 7d5cb8016ee0b6a70019e7b2864f025676f43999 Mon Sep 17 00:00:00 2001 From: Tiiffi Date: Mon, 21 Oct 2019 14:23:41 +0300 Subject: [PATCH] Change DATA_BUFFSIZE to 4096 bytes --- mcrcon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcrcon.c b/mcrcon.c index eeac12b..9c1a71b 100644 --- a/mcrcon.c +++ b/mcrcon.c @@ -57,7 +57,7 @@ #define RCON_PID 0xBADC0DE // a bit too big perhaps? -#define DATA_BUFFSIZE 10240 +#define DATA_BUFFSIZE 4096 // rcon packet structure typedef struct _rc_packet {