From abb184a051b592b6d4c99fd3299e78ea7c1da826 Mon Sep 17 00:00:00 2001 From: Martin Sustrik Date: Sat, 26 Mar 2011 10:38:40 +0100 Subject: ZMQ_NOBLOCK renamed ZMQ_DONTWAIT Done because of POSIX compliance Signed-off-by: Martin Sustrik --- doc/zmq_send.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/zmq_send.txt') diff --git a/doc/zmq_send.txt b/doc/zmq_send.txt index 57d349e..c8d6f33 100644 --- a/doc/zmq_send.txt +++ b/doc/zmq_send.txt @@ -18,7 +18,7 @@ The _zmq_send()_ function shall queue the message referenced by the 'msg' argument to be sent to the socket referenced by the 'socket' argument. The 'flags' argument is a combination of the flags defined below: -*ZMQ_NOBLOCK*:: +*ZMQ_DONTWAIT*:: Specifies that the operation should be performed in non-blocking mode. If the message cannot be queued on the 'socket', the _zmq_send()_ function shall fail with 'errno' set to EAGAIN. -- cgit v1.2.3