Merge pull request #1403 from dfons/master

doc/zmq_socket.txt: Remove note about ZMQ_PAIR being experimental.
This commit is contained in:
Constantin Rack 2015-05-22 21:07:44 +02:00
commit f9315e1980

View File

@ -314,8 +314,7 @@ becomes available for sending; messages are not discarded.
NOTE: 'ZMQ_PAIR' sockets are designed for inter-thread communication across
the linkzmq:zmq_inproc[7] transport and do not implement functionality such
as auto-reconnection. 'ZMQ_PAIR' sockets are considered experimental and may
have other missing or broken aspects.
as auto-reconnection.
[horizontal]
.Summary of ZMQ_PAIR characteristics