mp_msg: double maximum message size

This commit is contained in:
wm4 2012-03-09 18:26:40 +01:00
parent c161d31eed
commit 67e7da2d70
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
#include "mp_msg.h"
/* maximum message length of mp_msg */
#define MSGSIZE_MAX 3072
#define MSGSIZE_MAX 6144
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN