increase buffer size

This commit is contained in:
Eric House 2013-01-26 11:56:29 -08:00
parent 2aba3c0ce1
commit 88b20769f9

View file

@ -2177,7 +2177,7 @@ newConnectionInput( GIOChannel *source,
if ( (condition & G_IO_IN) != 0 ) {
ssize_t nRead;
unsigned char buf[512];
unsigned char buf[1024];
CommsAddrRec* addrp = NULL;
#if defined XWFEATURE_IP_DIRECT || defined XWFEATURE_SMS
CommsAddrRec addr;