Go to the source code of this file.
Functions | |
int | main (void) |
void | make_connect_address (char *connect_address_, const int ipv6_, const int port_, const char *bind_address_) |
void | test_multi_connect (int ipv6_) |
void | test_multi_connect_ipv4 () |
void | test_multi_connect_ipv6 () |
void | test_multi_connect_same_port (int ipv6_) |
void | test_multi_connect_same_port_ipv4 () |
void | test_multi_connect_same_port_ipv6 () |
SETUP_TEARDOWN_TESTCONTEXT void | test_single_connect (int ipv6_) |
void | test_single_connect_ipv4 () |
void | test_single_connect_ipv6 () |
int main | ( | void | ) |
Definition at line 184 of file test_reqrep_tcp.cpp.
void make_connect_address | ( | char * | connect_address_, |
const int | ipv6_, | ||
const int | port_, | ||
const char * | bind_address_ | ||
) |
Definition at line 37 of file test_reqrep_tcp.cpp.
void test_multi_connect | ( | int | ipv6_ | ) |
see comment on zmq_disconnect/zmq_unbind in test_single_connect
Definition at line 50 of file test_reqrep_tcp.cpp.
void test_multi_connect_ipv4 | ( | ) |
Definition at line 159 of file test_reqrep_tcp.cpp.
void test_multi_connect_ipv6 | ( | ) |
Definition at line 174 of file test_reqrep_tcp.cpp.
void test_multi_connect_same_port | ( | int | ipv6_ | ) |
see comment on zmq_disconnect/zmq_unbind in test_single_connect
Definition at line 99 of file test_reqrep_tcp.cpp.
void test_multi_connect_same_port_ipv4 | ( | ) |
Definition at line 164 of file test_reqrep_tcp.cpp.
void test_multi_connect_same_port_ipv6 | ( | ) |
Definition at line 179 of file test_reqrep_tcp.cpp.
SETUP_TEARDOWN_TESTCONTEXT void test_single_connect | ( | int | ipv6_ | ) |
Definition at line 10 of file test_reqrep_tcp.cpp.
void test_single_connect_ipv4 | ( | ) |
Definition at line 154 of file test_reqrep_tcp.cpp.
void test_single_connect_ipv6 | ( | ) |
Definition at line 169 of file test_reqrep_tcp.cpp.