Add SHARED and DEDICATED compressor options
This commit is contained in:
+2
-1
@@ -46,7 +46,8 @@ public:
|
||||
int corkOffset = 0;
|
||||
void *corkedSocket = nullptr;
|
||||
|
||||
/* Compression data */
|
||||
/* Per message deflate data */
|
||||
ZlibContext *zlibContext = nullptr;
|
||||
InflationStream *inflationStream = nullptr;
|
||||
DeflationStream *deflationStream = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user