mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use max block size when reading from socket
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
class RiaSocketDataTransfer
|
||||
{
|
||||
public:
|
||||
static size_t doubleValueCountInBlock();
|
||||
static size_t maximumValueCountInBlock();
|
||||
|
||||
public:
|
||||
static bool writeBlockDataToSocket(QTcpSocket* socket, const char* data, quint64 bytesToWrite, QStringList& errorMessages);
|
||||
|
||||
Reference in New Issue
Block a user