mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-29 12:21:08 -04:00
Change DATA_BUFFSIZE to 4096 bytes
This commit is contained in:
2
mcrcon.c
2
mcrcon.c
@ -57,7 +57,7 @@
|
|||||||
#define RCON_PID 0xBADC0DE
|
#define RCON_PID 0xBADC0DE
|
||||||
|
|
||||||
// a bit too big perhaps?
|
// a bit too big perhaps?
|
||||||
#define DATA_BUFFSIZE 10240
|
#define DATA_BUFFSIZE 4096
|
||||||
|
|
||||||
// rcon packet structure
|
// rcon packet structure
|
||||||
typedef struct _rc_packet {
|
typedef struct _rc_packet {
|
||||||
|
|||||||
Reference in New Issue
Block a user