Change DATA_BUFFSIZE to 4096 bytes

This commit is contained in:
Tiiffi
2019-10-21 14:23:41 +03:00
parent 208e040305
commit 7d5cb8016e

View File

@ -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 {