![]() |
libzmq master
The Intelligent Transport Layer
|
#include <options.hpp>
Public Member Functions | |
options_t () | |
int | getsockopt (int option_, void *optval_, size_t *optvallen_) |
int | setsockopt (int option_, const void *optval_, size_t optvallen_) |
Public Attributes | |
uint64_t | affinity |
int | backlog |
bool | delay_on_close |
bool | delay_on_disconnect |
bool | filter |
unsigned char | identity [256] |
unsigned char | identity_size |
int | ipv4only |
int | linger |
int64_t | maxmsgsize |
int | multicast_hops |
int | rate |
int | rcvbuf |
int | rcvhwm |
int | rcvtimeo |
int | reconnect_ivl |
int | reconnect_ivl_max |
int | recovery_ivl |
bool | recv_identity |
bool | send_identity |
int | sndbuf |
int | sndhwm |
int | sndtimeo |
int | type |
Definition at line 32 of file options.hpp.
zmq::options_t::options_t | ( | ) |
Definition at line 28 of file options.cpp.
int zmq::options_t::getsockopt | ( | int | option_, |
void * | optval_, | ||
size_t * | optvallen_ | ||
) |
Definition at line 223 of file options.cpp.
References ZMQ_AFFINITY, ZMQ_BACKLOG, ZMQ_IDENTITY, ZMQ_IPV4ONLY, ZMQ_LINGER, ZMQ_MAXMSGSIZE, ZMQ_MULTICAST_HOPS, ZMQ_RATE, ZMQ_RCVBUF, ZMQ_RCVHWM, ZMQ_RCVTIMEO, ZMQ_RECONNECT_IVL, ZMQ_RECONNECT_IVL_MAX, ZMQ_RECOVERY_IVL, ZMQ_SNDBUF, ZMQ_SNDHWM, ZMQ_SNDTIMEO, and ZMQ_TYPE.
int zmq::options_t::setsockopt | ( | int | option_, |
const void * | optval_, | ||
size_t | optvallen_ | ||
) |
Definition at line 55 of file options.cpp.
References ZMQ_AFFINITY, ZMQ_BACKLOG, ZMQ_IDENTITY, ZMQ_IPV4ONLY, ZMQ_LINGER, ZMQ_MAXMSGSIZE, ZMQ_MULTICAST_HOPS, ZMQ_RATE, ZMQ_RCVBUF, ZMQ_RCVHWM, ZMQ_RCVTIMEO, ZMQ_RECONNECT_IVL, ZMQ_RECONNECT_IVL_MAX, ZMQ_RECOVERY_IVL, ZMQ_SNDBUF, ZMQ_SNDHWM, and ZMQ_SNDTIMEO.
uint64_t zmq::options_t::affinity |
Definition at line 44 of file options.hpp.
Definition at line 78 of file options.hpp.
Definition at line 94 of file options.hpp.
Definition at line 98 of file options.hpp.
Definition at line 101 of file options.hpp.
Referenced by zmq::sub_t::sub_t().
unsigned char zmq::options_t::identity[256] |
Definition at line 48 of file options.hpp.
unsigned char zmq::options_t::identity_size |
Definition at line 47 of file options.hpp.
Definition at line 90 of file options.hpp.
Definition at line 67 of file options.hpp.
int64_t zmq::options_t::maxmsgsize |
Definition at line 81 of file options.hpp.
Definition at line 57 of file options.hpp.
Definition at line 51 of file options.hpp.
Definition at line 61 of file options.hpp.
Referenced by zmq::stream_engine_t::stream_engine_t().
Definition at line 41 of file options.hpp.
Referenced by zmq::socket_base_t::connect().
Definition at line 84 of file options.hpp.
Definition at line 71 of file options.hpp.
Definition at line 75 of file options.hpp.
Definition at line 54 of file options.hpp.
Definition at line 107 of file options.hpp.
Referenced by zmq::xrep_t::xrep_t(), and zmq::xreq_t::xreq_t().
Definition at line 104 of file options.hpp.
Referenced by zmq::xrep_t::xrep_t(), and zmq::xreq_t::xreq_t().
Definition at line 60 of file options.hpp.
Referenced by zmq::stream_engine_t::stream_engine_t().
Definition at line 40 of file options.hpp.
Referenced by zmq::socket_base_t::connect().
Definition at line 85 of file options.hpp.
Definition at line 64 of file options.hpp.
Referenced by zmq::session_base_t::create(), zmq::pair_t::pair_t(), zmq::pub_t::pub_t(), zmq::pull_t::pull_t(), zmq::push_t::push_t(), zmq::rep_t::rep_t(), zmq::req_t::req_t(), zmq::sub_t::sub_t(), zmq::xpub_t::xpub_t(), zmq::xrep_t::xrep_t(), zmq::xreq_t::xreq_t(), and zmq::xsub_t::xsub_t().