Commit 127ca8b3 authored by Luca Boccassi's avatar Luca Boccassi

Problem: NEWS does not mention UDP multicast transport

Solution: add mention and point to doc/zmq_udp.txt
parent 097bf26e
...@@ -77,7 +77,8 @@ ...@@ -77,7 +77,8 @@
ZMQ_DGRAM ZMQ_DGRAM
All these sockets are THREAD SAFE, unlike the existing socket types. They do All these sockets are THREAD SAFE, unlike the existing socket types. They do
NOT support multipart messages (ZMQ_SNDMORE/ZMQ_RCVMORE). NOT support multipart messages (ZMQ_SNDMORE/ZMQ_RCVMORE).
All these sockets minus ZMQ_SERVER and ZMQ_CLIENT also support UDP as transport. All these sockets minus ZMQ_SERVER and ZMQ_CLIENT also support UDP as transport,
both unicast and multicast. See doc/zmq_udp.txt for more details.
New methods to support the new socket types functionality: New methods to support the new socket types functionality:
zmq_join, zmq_leave, zmq_msg_set_routing_id, zmq_msg_routing_id, zmq_join, zmq_leave, zmq_msg_set_routing_id, zmq_msg_routing_id,
zmq_msg_set_group, zmq_msg_group zmq_msg_set_group, zmq_msg_group
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment