mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: ZMQ_ZERO_COPY_RCV not marked as DRAFT in docs
Solution: update manpages
This commit is contained in:
parent
6411c4a247
commit
a4b74a7b05
@ -43,6 +43,7 @@ ZMQ_ZERO_COPY_RCV: Get message decoding strategy
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
The 'ZMQ_ZERO_COPY_RCV' argument return whether message decoder uses a zero copy
|
||||
strategy when receiving messages. Default value is 1.
|
||||
NOTE: in DRAFT state, not yet available in stable releases.
|
||||
|
||||
|
||||
ZMQ_SOCKET_LIMIT: Get largest configurable number of sockets
|
||||
|
@ -134,6 +134,7 @@ use a zero copy strategy when receiving messages. The zero copy strategy can
|
||||
lead to increased memory usage in some cases. This option allows you to use the
|
||||
older copying strategy. You can query the value of this option with
|
||||
linkzmq:zmq_ctx_get[3] using the 'ZMQ_ZERO_COPY_RECV' option.
|
||||
NOTE: in DRAFT state, not yet available in stable releases.
|
||||
|
||||
[horizontal]
|
||||
Default value:: 1
|
||||
|
Loading…
Reference in New Issue
Block a user