libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
test_spec_rep.cpp File Reference
#include "testutil.hpp"
Include dependency graph for test_spec_rep.cpp:

Go to the source code of this file.

Functions

int main (void)
 
void test_envelope (void *ctx)
 
void test_fair_queue_in (void *ctx)
 

Variables

const char * bind_address = 0
 
const char * connect_address = 0
 

Function Documentation

int main ( void  )

Definition at line 135 of file test_spec_rep.cpp.

References bind_address, connect_address, setup_test_environment(), test_envelope(), test_fair_queue_in(), zmq_ctx_new(), and zmq_ctx_term().

Here is the call graph for this function:

void test_envelope ( void *  ctx)

Definition at line 102 of file test_spec_rep.cpp.

References bind_address, close_zero_linger(), connect_address, msleep(), s_recv_seq(), s_send_seq(), SEQ_END, SETTLE_TIME, zmq_bind(), zmq_connect(), ZMQ_DEALER, ZMQ_REP, and zmq_socket().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void test_fair_queue_in ( void *  ctx)

Definition at line 35 of file test_spec_rep.cpp.

References bind_address, close_zero_linger(), connect_address, msleep(), s_recv_seq(), s_send_seq(), SEQ_END, SETTLE_TIME, zmq_bind(), zmq_connect(), ZMQ_RCVTIMEO, ZMQ_REP, ZMQ_REQ, zmq_setsockopt(), and zmq_socket().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const char* bind_address = 0

Definition at line 32 of file test_spec_rep.cpp.

Referenced by main(), test_envelope(), and test_fair_queue_in().

const char* connect_address = 0

Definition at line 33 of file test_spec_rep.cpp.

Referenced by main(), test_envelope(), and test_fair_queue_in().