mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
e5904e63ce
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. |
||
---|---|---|
.. | ||
Makefile.am | ||
test_connect_delay.cpp | ||
test_connect_resolve.cpp | ||
test_hwm.cpp | ||
test_invalid_rep.cpp | ||
test_last_endpoint.cpp | ||
test_monitor.cpp | ||
test_msg_flags.cpp | ||
test_pair_inproc.cpp | ||
test_pair_ipc.cpp | ||
test_pair_tcp.cpp | ||
test_reqrep_device.cpp | ||
test_reqrep_inproc.cpp | ||
test_reqrep_ipc.cpp | ||
test_reqrep_tcp.cpp | ||
test_shutdown_stress.cpp | ||
test_sub_forward.cpp | ||
test_term_endpoint.cpp | ||
test_timeo.cpp | ||
testutil.hpp |