mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
Moved socket max byte count to riSettings
Added header files to cmake
This commit is contained in:
@@ -24,6 +24,8 @@ namespace riOctavePlugin
|
||||
const int shortTimeOutMilliSecs = 5000;
|
||||
const int longTimeOutMilliSecs = 6000000;
|
||||
|
||||
const int socketMaxByteCount = 100000;
|
||||
|
||||
// Octave data structure : CaseInfo
|
||||
char caseInfo_CaseId[] = "CaseId";
|
||||
char caseInfo_CaseName[] = "CaseName";
|
||||
|
||||
Reference in New Issue
Block a user