mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 10:07:59 +02:00
zmq4.3 changed default buffer size to -1 instead of 0 (#667)
This commit is contained in:
@ -34,7 +34,7 @@ namespace sls {
|
||||
// high water mark for gui
|
||||
#define DEFFAULT_LOW_ZMQ_HWM (25)
|
||||
#define DEFAULT_LOW_ZMQ_HWM_BUFFERSIZE (1024 * 1024) // 1MB
|
||||
#define DEFAULT_ZMQ_BUFFERSIZE (0) // os default
|
||||
#define DEFAULT_ZMQ_BUFFERSIZE (-1) // os default
|
||||
|
||||
/** zmq header structure */
|
||||
struct zmqHeader {
|
||||
|
Reference in New Issue
Block a user