ipa: Increase msgb size for the IPA msg in the proxy.

This commit is contained in:
Holger Hans Peter Freyther 2010-06-09 14:39:22 +08:00
parent 62d97986a3
commit 3dac881271
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ void *tall_bsc_ctx;
static char *listen_ipaddr;
static char *bsc_ipaddr;
#define PROXY_ALLOC_SIZE 300
#define PROXY_ALLOC_SIZE 1200
static const u_int8_t pong[] = { 0, 1, IPAC_PROTO_IPACCESS, IPAC_MSGT_PONG };
static const u_int8_t id_ack[] = { 0, 1, IPAC_PROTO_IPACCESS, IPAC_MSGT_ID_ACK };