Add Loop::setSilent

This commit is contained in:
Alex Hultman
2020-09-18 23:42:21 +02:00
parent 5507dd5560
commit 270308f104
3 changed files with 13 additions and 2 deletions
+3
View File
@@ -53,6 +53,9 @@ public:
delete [] corkBuffer;
}
/* Be silent */
bool noMark = false;
/* Good 16k for SSL perf. */
static const int CORK_BUFFER_SIZE = 16 * 1024;