libzmq/tests
Martin Sustrik 0f6f7276e3 Move the pipe termination code to socket_base_t
So far, the pipe termination code was spread among socket type
classes, fair queuer, load balancer, etc. This patch moves
all the associated logic to a single place.

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2011-05-23 20:30:01 +02:00
..
Makefile.am Added test for HWM 2011-01-30 11:51:30 +01:00
test_hwm.cpp ZMQ_NOBLOCK renamed ZMQ_DONTWAIT 2011-03-26 10:38:40 +01:00
test_pair_inproc.cpp Auto-tests modified to use C API instead of C++ binding 2011-03-24 10:03:49 +01:00
test_pair_ipc.cpp Auto-tests modified to use C API instead of C++ binding 2011-03-24 10:03:49 +01:00
test_pair_tcp.cpp Moved tests off 5555 (conflict with Eclipse) 2011-05-02 18:59:55 +02:00
test_reqrep_inproc.cpp Auto-tests modified to use C API instead of C++ binding 2011-03-24 10:03:49 +01:00
test_reqrep_ipc.cpp Auto-tests modified to use C API instead of C++ binding 2011-03-24 10:03:49 +01:00
test_reqrep_tcp.cpp Moved tests off 5555 (conflict with Eclipse) 2011-05-02 18:59:55 +02:00
test_shutdown_stress.cpp Move the pipe termination code to socket_base_t 2011-05-23 20:30:01 +02:00
testutil.hpp send/recv was changed to send/recv/sendmsg/recvmsg 2011-03-24 11:53:55 +01:00