Note that ZMQ_TCP_ACCEPT_FILTER is deprecated

This commit is contained in:
Pieter Hintjens 2014-07-30 11:29:55 +02:00
parent acc4fe8794
commit 2c5baff95f

View File

@ -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). all filters call zmq_setsockopt(socket, ZMQ_TCP_ACCEPT_FILTER, NULL, 0).
Filter is a null-terminated string with ipv6 or ipv4 CIDR. 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] [horizontal]
Option value type:: binary data Option value type:: binary data
Option value unit:: N/A Option value unit:: N/A