libzmq/include
Ian Barber e5904e63ce Allow blocking while connect() is completing
This patch, salvaged from a trainwreck accidental merge earlier, adds a
new sockopt, ZMQ_DELAY_ATTACH_ON_CONNECT which prevents a end point
being available to push messages to until it has fully connected, making
connect work more like bind. This also applies to reconnecting sockets,
which may cause message loss of in-queue messages, so it is sensible to
use this in conjunction with a low HWM and potentially an alternative
acknowledgement path.

Notes on most of the individual commits can be found the repository log.
2012-06-12 15:34:48 +01:00
..
zmq_utils.h Copyright dates adjusted to reflect reality 2011-11-01 18:06:11 +01:00
zmq.h Allow blocking while connect() is completing 2012-06-12 15:34:48 +01:00