mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-21 15:14:36 +02:00
Add compression header size to props
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user