libzmq/tests
Martin Sustrik fb27a000d9 send/recv was changed to send/recv/sendmsg/recvmsg
send/recv now complies with POSIX by using raw buffers instead
of message objects and by returning number of bytes sent/recvd
instead of 0/-1.

The return value is changed accordingly for sendmsg and recvmsg.

Note that related man pages will be fixed in a separate patch.

Signed-off-by: Martin Sustrik <sustrik@250bpm.com>
2011-03-24 11:53:55 +01:00
..
Makefile.am Added test for HWM 2011-01-30 11:51:30 +01:00
test_hwm.cpp send/recv was changed to send/recv/sendmsg/recvmsg 2011-03-24 11:53:55 +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 Auto-tests modified to use C API instead of C++ binding 2011-03-24 10:03:49 +01: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 Auto-tests modified to use C API instead of C++ binding 2011-03-24 10:03:49 +01:00
test_shutdown_stress.cpp Auto-tests modified to use C API instead of C++ binding 2011-03-24 10:03:49 +01:00
testutil.hpp send/recv was changed to send/recv/sendmsg/recvmsg 2011-03-24 11:53:55 +01:00