From 9bb5323a1abce0dcf8ed56734313a5249003d868 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Tue, 7 Dec 2010 11:10:21 +0100 Subject: Clarify zmq_send() operation for ZMQ_PUB sockets Signed-off-by: Martin Lucina --- doc/zmq_socket.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/zmq_socket.txt b/doc/zmq_socket.txt index 6bcb133..7ac8fa1 100644 --- a/doc/zmq_socket.txt +++ b/doc/zmq_socket.txt @@ -190,7 +190,7 @@ The linkzmq:zmq_recv[3] function is not implemented for this socket type. When a 'ZMQ_PUB' socket enters an exceptional state due to having reached the high water mark for a _subscriber_, then any messages that would be sent to the _subscriber_ in question shall instead be dropped until the exceptional state -ends. +ends. The _zmq_send()_ function shall never block for this socket type. [horizontal] .Summary of ZMQ_PUB characteristics -- cgit v1.2.3