• Martin Lucina's avatar
    XREQ: Correct behaviour on hitting ZMQ_HWM · 544b36da
    Martin Lucina authored
    This reverts part of commit 84e0c799 to get
    correct ZMQ_HWM semantics with XREQ sockets:
    
    When sending a message to an XREQ socket, the underlying pipe is selected in
    a round-robin fashion. If an underlying pipe is full it is skipped. If there
    are no underlying pipes, or all underlying pipes are full then zmq_send()
    shall block or return EAGAIN, depending on whether or not the call is blocking.
    Messages are never dropped.
    544b36da
Name
Last commit
Last update
builds Loading commit data...
debian Loading commit data...
devices Loading commit data...
doc Loading commit data...
foreign Loading commit data...
include Loading commit data...
perf Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
COPYING.LESSER Loading commit data...
ChangeLog Loading commit data...
MAINTAINERS Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.in Loading commit data...