libzmq  master
ZeroMQ C++ Core Engine (LIBZMQ)
test_many_sockets.cpp File Reference
#include "testutil.hpp"
#include <zmq.h>
#include <stdio.h>
#include <stdlib.h>
#include <vector>
Include dependency graph for test_many_sockets.cpp:

Go to the source code of this file.

Functions

int main (void)
 
void test_system_max ()
 
void test_zmq_default_max ()
 

Function Documentation

int main ( void  )

Definition at line 92 of file test_many_sockets.cpp.

References setup_test_environment(), test_system_max(), and test_zmq_default_max().

Here is the call graph for this function:

void test_system_max ( )

Definition at line 36 of file test_many_sockets.cpp.

References zmq_close(), zmq_ctx_destroy(), zmq_ctx_new(), zmq_ctx_set(), ZMQ_MAX_SOCKETS, ZMQ_PAIR, and zmq_socket().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void test_zmq_default_max ( )

Definition at line 64 of file test_many_sockets.cpp.

References zmq_close(), zmq_ctx_destroy(), zmq_ctx_new(), ZMQ_MAX_SOCKETS_DFLT, ZMQ_PAIR, and zmq_socket().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: