attempt to change buffers to 1MB only

This commit is contained in:
Stephen Birarda 2014-08-14 14:27:09 -07:00
parent 1e65a093f2
commit c58bae9021

View file

@ -82,7 +82,7 @@ LimitedNodeList::LimitedNodeList(unsigned short socketListenPort, unsigned short
qDebug() << "NodeList DTLS socket is listening on" << _dtlsSocket->localPort();
}
const int LARGER_BUFFER_SIZE = 2097152;
const int LARGER_BUFFER_SIZE = 1048576;
changeSocketBufferSizes(LARGER_BUFFER_SIZE);
_packetStatTimer.start();