![]() |
libzmq master
The Intelligent Transport Layer
|
#include <assert.h>
#include <stdio.h>
#include "../include/zmq.h"
#include "../include/zmq_utils.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 28 of file test_sub_forward.cpp.
References zmq_bind(), zmq_close(), zmq_connect(), zmq_init(), ZMQ_PUB, zmq_recv(), zmq_send(), zmq_setsockopt(), zmq_sleep(), zmq_socket(), ZMQ_SUB, ZMQ_SUBSCRIBE, zmq_term(), ZMQ_XPUB, and ZMQ_XSUB.