v1.0.0-rc.31

This commit is contained in:
2025-03-02 13:15:28 +01:00
parent aeabc81a4c
commit ddf4c75645
309 changed files with 8705 additions and 1421 deletions

View File

@@ -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)) {