libzmq master
The Intelligent Transport Layer
Public Member Functions | Public Attributes

zmq::options_t Struct Reference

#include <options.hpp>

List of all members.

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

Detailed Description

Definition at line 32 of file options.hpp.


Constructor & Destructor Documentation

zmq::options_t::options_t ( )

Definition at line 28 of file options.cpp.


Member Function Documentation

int zmq::options_t::getsockopt ( int  option_,
void *  optval_,
size_t *  optvallen_ 
)
int zmq::options_t::setsockopt ( int  option_,
const void *  optval_,
size_t  optvallen_ 
)

Member Data Documentation

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.

Definition at line 47 of file options.hpp.

Definition at line 90 of file options.hpp.

Definition at line 67 of file options.hpp.

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.


The documentation for this struct was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines