problem: zeromq doesn't has a thread-safe peer to peer socket
Solution: a new socket type, called PEER. Very similar to SERVER, but can only connect to other PEERs. Also a new zmq_connect_peer method, that connect and return a routing-id in thread-safe and atomic operation
Showing
doc/zmq_connect_peer.txt
0 → 100644
src/peer.cpp
0 → 100644
src/peer.hpp
0 → 100644
tests/test_peer.cpp
0 → 100644
Please
register
or
sign in
to comment