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

Go to the source code of this file.

Functions

int main (void)
 
void test_router_2_router (bool named)
 
void test_stream_2_stream ()
 

Function Documentation

int main ( void  )

Definition at line 182 of file test_connect_rid.cpp.

References setup_test_environment(), test_router_2_router(), and test_stream_2_stream().

Here is the call graph for this function:

void test_router_2_router ( bool  named)

Definition at line 96 of file test_connect_rid.cpp.

References zmq_bind(), zmq_close(), zmq_connect(), ZMQ_CONNECT_RID, zmq_ctx_destroy(), zmq_ctx_new(), ZMQ_IDENTITY, ZMQ_LINGER, zmq_recv(), ZMQ_ROUTER, zmq_send(), zmq_send_const(), zmq_setsockopt(), ZMQ_SNDMORE, zmq_socket(), and zmq_unbind().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void test_stream_2_stream ( )

Definition at line 33 of file test_connect_rid.cpp.

References zmq_bind(), zmq_close(), zmq_connect(), ZMQ_CONNECT_RID, zmq_ctx_destroy(), zmq_ctx_new(), ZMQ_LINGER, zmq_recv(), zmq_send(), zmq_setsockopt(), ZMQ_SNDMORE, zmq_socket(), ZMQ_STREAM, ZMQ_STREAM_NOTIFY, and zmq_unbind().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: