#include <swarmio/transport/BasicEndpoint.h>
#include <swarmio/transport/zyre/ZyreNode.h>
#include <swarmio/transport/zyre/ZyreControlSocket.h>
#include <g3log/g3log.hpp>
#include <readerwriterqueue.h>
#include <zyre.h>
#include <map>
#include <list>
#include <thread>
#include <shared_mutex>
#include <sodium.h>
Go to the source code of this file.
Classes | |
class | swarmio::transport::zyre::ZyreEndpoint |
An Endpoint implementation using the Zyre protocol. More... | |
Namespaces | |
swarmio::transport::zyre | |
Macros | |
#define | CONTEXT "CPSwarm" |
#define CONTEXT "CPSwarm" |
Definition at line 14 of file ZyreEndpoint.h.