![]()  | 
  
    libzmq
    master
    
   ZeroMQ C++ Core Engine (LIBZMQ) 
   | 
 
#include "testutil.hpp"#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <unistd.h>#include <zmq.h>
Go to the source code of this file.
Functions | |
| int | main () | 
| int main | ( | void | ) | 
Definition at line 46 of file test_stream_exceeds_buffer.cpp.
References bind, zmq_close(), zmq_connect(), zmq_ctx_destroy(), zmq_ctx_new(), zmq_msg_close(), zmq_msg_data(), zmq_msg_init(), zmq_msg_more(), zmq_msg_recv(), zmq_msg_size(), zmq_socket(), and ZMQ_STREAM.
