mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-18 03:29:49 +02:00
Note that ZMQ_TCP_ACCEPT_FILTER is deprecated
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user