您的位置:首页 > 其它

ZMQ源码分析(九)--其他socket_base模型

2016-02-19 19:08 591 查看
zmq除了上篇介绍的四种模型外还提供了很多其他有用的模型,下图说明了zmq提供的所有模型以及他们之间的使用关系:



下面是zmq的一些相关文章:

http://rfc.zeromq.org/spec:24/ZMTP-PLAIN defines the ZMTP-PLAIN security mechanism.

http://rfc.zeromq.org/spec:25/ZMTP-CURVE defines the ZMTP-CURVE security mechanism.

http://rfc.zeromq.org/spec:26/CURVEZMQ defines the CurveZMQ authentication and encryption protocol.

http://rfc.zeromq.org/spec:27/ZAP defines the ZeroMQ Authentication Protocol.

http://rfc.zeromq.org/spec:28/REQREP defines the semantics of REQ, REP, DEALER and ROUTER sockets.

http://rfc.zeromq.org/spec:29/PUBSUB defines the semantics of PUB, XPUB, SUB and XSUB sockets.

http://rfc.zeromq.org/spec:30/PIPELINE defines the semantics of PUSH and PULL sockets.

http://rfc.zeromq.org/spec:31/EXPAIR defines the semantics of exclusive PAIR sockets.

http://rfc.zeromq.org/spec:37/ZMTP defines version 3.1 of this specification.

/article/5180457.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: