Add compression header size to props

This commit is contained in:
2020-05-18 16:59:57 +02:00
parent d3c2cd651f
commit e85227d015
+3
View File
@@ -64,6 +64,9 @@ namespace core_buffer {
// Size of buffer between the receiving and sending part.
const int STREAM_FASTQUEUE_SLOTS = 5;
// Size of compression header in bytes.
const int WRITER_COMPRESSION_HEADER_BYTES = 12;
// Writer RECV queue on ZMQ.
const int WRITER_RCVHWM = 100;