From 2c5baff95f4f2e0aff5374738ea2b5e43ea66f64 Mon Sep 17 00:00:00 2001 From: Pieter Hintjens Date: Wed, 30 Jul 2014 11:29:55 +0200 Subject: [PATCH] Note that ZMQ_TCP_ACCEPT_FILTER is deprecated --- doc/zmq_setsockopt.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/zmq_setsockopt.txt b/doc/zmq_setsockopt.txt index ce8db3b3..1deab4bf 100644 --- a/doc/zmq_setsockopt.txt +++ b/doc/zmq_setsockopt.txt @@ -757,6 +757,9 @@ filter is applied then new connection source ip should be matched. To clear all filters call zmq_setsockopt(socket, ZMQ_TCP_ACCEPT_FILTER, NULL, 0). Filter is a null-terminated string with ipv6 or ipv4 CIDR. +NOTE: This option is deprecated, please use authentication via the ZAP API +and IP address whitelisting / blacklisting. + [horizontal] Option value type:: binary data Option value unit:: N/A