mirror of
https://github.com/overte-org/overte.git
synced 2025-07-03 10:49:42 +02:00
attempt to change buffers to 1MB only
This commit is contained in:
parent
1e65a093f2
commit
c58bae9021
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ LimitedNodeList::LimitedNodeList(unsigned short socketListenPort, unsigned short
|
||||||
qDebug() << "NodeList DTLS socket is listening on" << _dtlsSocket->localPort();
|
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);
|
changeSocketBufferSizes(LARGER_BUFFER_SIZE);
|
||||||
|
|
||||||
_packetStatTimer.start();
|
_packetStatTimer.start();
|
||||||
|
|
Loading…
Reference in a new issue