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

Go to the source code of this file.

Functions

int main (void)
 
void test_setsockopt_tcp_recv_buffer (void)
 
void test_setsockopt_tcp_send_buffer (void)
 
void test_setsockopt_use_fd ()
 

Function Documentation

int main ( void  )

Definition at line 113 of file test_setsockopt.cpp.

References test_setsockopt_tcp_recv_buffer(), test_setsockopt_tcp_send_buffer(), and test_setsockopt_use_fd().

Here is the call graph for this function:

void test_setsockopt_tcp_recv_buffer ( void  )

Definition at line 32 of file test_setsockopt.cpp.

References zmq_close(), zmq_ctx_new(), zmq_ctx_term(), zmq_getsockopt(), ZMQ_PUSH, ZMQ_RCVBUF, zmq_setsockopt(), and zmq_socket().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void test_setsockopt_tcp_send_buffer ( void  )

Definition at line 59 of file test_setsockopt.cpp.

References zmq_close(), zmq_ctx_new(), zmq_ctx_term(), zmq_getsockopt(), ZMQ_PUSH, zmq_setsockopt(), ZMQ_SNDBUF, and zmq_socket().

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

void test_setsockopt_use_fd ( )

Definition at line 86 of file test_setsockopt.cpp.

References zmq_close(), zmq_ctx_new(), zmq_ctx_term(), zmq_getsockopt(), ZMQ_PUSH, zmq_setsockopt(), zmq_socket(), and ZMQ_USE_FD.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: