From 127ca8b3f32a85c23b5d531eec2266fc6118ab20 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Fri, 4 Nov 2016 11:29:55 +0000 Subject: [PATCH] Problem: NEWS does not mention UDP multicast transport Solution: add mention and point to doc/zmq_udp.txt --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 06cbdb3f..5d1cc634 100644 --- a/NEWS +++ b/NEWS @@ -77,7 +77,8 @@ ZMQ_DGRAM All these sockets are THREAD SAFE, unlike the existing socket types. They do 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: zmq_join, zmq_leave, zmq_msg_set_routing_id, zmq_msg_routing_id, zmq_msg_set_group, zmq_msg_group