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

Go to the source code of this file.

Functions

int main (void)
 
void test_block_on_send_no_peers (void *ctx)
 
void test_req_message_format (void *ctx)
 
void test_req_only_listens_to_current_peer (void *ctx)
 
void test_round_robin_out (void *ctx)
 

Variables

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

Function Documentation

int main ( void  )
void test_block_on_send_no_peers ( void *  ctx)

Definition at line 199 of file test_spec_req.cpp.

References zmq_close(), ZMQ_DONTWAIT, ZMQ_REQ, zmq_send(), zmq_setsockopt(), ZMQ_SNDTIMEO, and zmq_socket().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void test_req_message_format ( void *  ctx)
void test_req_only_listens_to_current_peer ( void *  ctx)
void test_round_robin_out ( void *  ctx)

Definition at line 35 of file test_spec_req.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
const char* connect_address = 0