![]() |
libzmq
master
ZeroMQ C++ Core Engine (LIBZMQ)
|
#include "testutil.hpp"
Go to the source code of this file.
Functions | |
int | main (void) |
void | test_router_2_router (bool named) |
void | test_stream_2_stream () |
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().
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().
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().