From 1ab7dd0122a92c99b043a436ca8a9336dcedbed7 Mon Sep 17 00:00:00 2001 From: hitstergtd Date: Sun, 1 May 2016 22:00:20 +0100 Subject: [PATCH] Problem: supported protocols comment is stale Solution: Fix it and align with the documentation; zmq_socket_monitor(3) outlines that ZMQ socket monitoring is supported for TCP, IPC and TIPC. --- include/zmq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/zmq.h b/include/zmq.h index 39378674..d0b25c04 100644 --- a/include/zmq.h +++ b/include/zmq.h @@ -381,7 +381,7 @@ ZMQ_EXPORT const char *zmq_msg_group (zmq_msg_t *msg); /* 0MQ socket events and monitoring */ /******************************************************************************/ -/* Socket transport events (TCP and IPC only) */ +/* Socket transport events (TCP, IPC and TIPC only) */ #define ZMQ_EVENT_CONNECTED 0x0001 #define ZMQ_EVENT_CONNECT_DELAYED 0x0002