mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
zmq4.3 changed default buffer size to -1 instead of 0 (#667)
This commit is contained in:
parent
cb8e4365e3
commit
4dac9f2193
@ -34,7 +34,7 @@ namespace sls {
|
|||||||
// high water mark for gui
|
// high water mark for gui
|
||||||
#define DEFFAULT_LOW_ZMQ_HWM (25)
|
#define DEFFAULT_LOW_ZMQ_HWM (25)
|
||||||
#define DEFAULT_LOW_ZMQ_HWM_BUFFERSIZE (1024 * 1024) // 1MB
|
#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 */
|
/** zmq header structure */
|
||||||
struct zmqHeader {
|
struct zmqHeader {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user