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

Go to the source code of this file.

Functions

static int get_monitor_event (void *monitor, int *value, char **address)
 
int main (void)
 
static void test_stream_handshake_timeout_accept (void)
 
static void test_stream_handshake_timeout_connect (void)
 

Function Documentation

static int get_monitor_event ( void *  monitor,
int value,
char **  address 
)
static

Definition at line 37 of file test_stream_timeout.cpp.

References size, zmq_msg_data(), zmq_msg_init(), zmq_msg_more(), zmq_msg_recv(), and zmq_msg_size().

Referenced by test_stream_handshake_timeout_accept(), and test_stream_handshake_timeout_connect().

Here is the call graph for this function:

Here is the caller graph for this function:

int main ( void  )

Definition at line 221 of file test_stream_timeout.cpp.

References setup_test_environment(), test_stream_handshake_timeout_accept(), and test_stream_handshake_timeout_connect().

Here is the call graph for this function:

static void test_stream_handshake_timeout_accept ( void  )
static
static void test_stream_handshake_timeout_connect ( void  )
static