mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 02:42:58 +01:00
fb27a000d9
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> |
||
---|---|---|
.. | ||
Makefile.am | ||
test_hwm.cpp | ||
test_pair_inproc.cpp | ||
test_pair_ipc.cpp | ||
test_pair_tcp.cpp | ||
test_reqrep_inproc.cpp | ||
test_reqrep_ipc.cpp | ||
test_reqrep_tcp.cpp | ||
test_shutdown_stress.cpp | ||
testutil.hpp |