Monero
Functions | Variables
cryptonote::anonymous_namespace{zmq_server.cpp} Namespace Reference

Functions

net::zmq::socket init_socket (void *context, int type, epee::span< const std::string > addresses)
 

Variables

constexpr const int num_zmq_threads = 1
 
constexpr const std::int64_t max_message_size = 10 * 1024 * 1024
 
constexpr const std::chrono::seconds linger_timeout {2}
 

Function Documentation

◆ init_socket()

net::zmq::socket cryptonote::anonymous_namespace{zmq_server.cpp}::init_socket ( void *  context,
int  type,
epee::span< const std::string >  addresses 
)

Variable Documentation

◆ linger_timeout

constexpr const std::chrono::seconds cryptonote::anonymous_namespace{zmq_server.cpp}::linger_timeout {2}
constexpr

◆ max_message_size

constexpr const std::int64_t cryptonote::anonymous_namespace{zmq_server.cpp}::max_message_size = 10 * 1024 * 1024
constexpr

◆ num_zmq_threads

constexpr const int cryptonote::anonymous_namespace{zmq_server.cpp}::num_zmq_threads = 1
constexpr