Commit 9bb5323a authored by Martin Lucina's avatar Martin Lucina

Clarify zmq_send() operation for ZMQ_PUB sockets

Signed-off-by: 's avatarMartin Lucina <mato@kotelna.sk>
parent 73bbcb55
...@@ -190,7 +190,7 @@ The linkzmq:zmq_recv[3] function is not implemented for this socket type. ...@@ -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 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 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 _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] [horizontal]
.Summary of ZMQ_PUB characteristics .Summary of ZMQ_PUB characteristics
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment