mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-01 02:56:56 +01:00
Problem: documentation uses unfriendly language
Solution: use more descriptive, accurate and welcoming terms like allowing and blocking
This commit is contained in:
parent
3f2529f3c7
commit
4341f14f41
@ -1253,7 +1253,7 @@ 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
|
NOTE: This option is deprecated, please use authentication via the ZAP API
|
||||||
and IP address whitelisting / blacklisting.
|
and IP address allowing / blocking.
|
||||||
|
|
||||||
[horizontal]
|
[horizontal]
|
||||||
Option value type:: binary data
|
Option value type:: binary data
|
||||||
@ -1276,7 +1276,7 @@ LOCAL_PEERCRED socket options (currently only Linux and later versions of
|
|||||||
OS X).
|
OS X).
|
||||||
|
|
||||||
NOTE: This option is deprecated, please use authentication via the ZAP API
|
NOTE: This option is deprecated, please use authentication via the ZAP API
|
||||||
and IPC whitelisting / blacklisting.
|
and IPC allowing / blocking.
|
||||||
|
|
||||||
[horizontal]
|
[horizontal]
|
||||||
Option value type:: gid_t
|
Option value type:: gid_t
|
||||||
@ -1298,7 +1298,7 @@ NOTE: PID filters are only available on platforms supporting the SO_PEERCRED
|
|||||||
socket option (currently only Linux).
|
socket option (currently only Linux).
|
||||||
|
|
||||||
NOTE: This option is deprecated, please use authentication via the ZAP API
|
NOTE: This option is deprecated, please use authentication via the ZAP API
|
||||||
and IPC whitelisting / blacklisting.
|
and IPC allowing / blocking.
|
||||||
|
|
||||||
[horizontal]
|
[horizontal]
|
||||||
Option value type:: pid_t
|
Option value type:: pid_t
|
||||||
@ -1321,7 +1321,7 @@ LOCAL_PEERCRED socket options (currently only Linux and later versions of
|
|||||||
OS X).
|
OS X).
|
||||||
|
|
||||||
NOTE: This option is deprecated, please use authentication via the ZAP API
|
NOTE: This option is deprecated, please use authentication via the ZAP API
|
||||||
and IPC whitelisting / blacklisting.
|
and IPC allowing / blocking.
|
||||||
|
|
||||||
[horizontal]
|
[horizontal]
|
||||||
Option value type:: uid_t
|
Option value type:: uid_t
|
||||||
|
Loading…
x
Reference in New Issue
Block a user