mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
increase buffer size
This commit is contained in:
parent
2aba3c0ce1
commit
88b20769f9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue