v1.0.0-rc.31
This commit is contained in:
@@ -4,9 +4,10 @@
|
||||
#include "ZMQMetadataSocket.h"
|
||||
#include "../frame_serialize/CBORStream2Serializer.h"
|
||||
#include "../common/ZMQWrappers.h"
|
||||
#include "../common/Definitions.h"
|
||||
|
||||
#define MESSAGE_SIZE_FOR_IMAGE (20*1024) // 20 kB
|
||||
#define MESSAGE_SIZE_FOR_START_END (256*1024*1024) // pessimistic highest value
|
||||
|
||||
|
||||
ZMQMetadataSocket::ZMQMetadataSocket(const std::string &addr)
|
||||
: metadata_message({}), socket(ZMQSocketType::Pub), counter(std::chrono::seconds(1)) {
|
||||
|
||||
Reference in New Issue
Block a user