mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-14 01:37:56 +08:00
Problem: Documentation for option name mismatch
Solution: Fix typo
This commit is contained in:
parent
e7f802d1ac
commit
f80830c4a8
@ -39,9 +39,9 @@ The 'ZMQ_MAX_MSGSZ' argument returns the maximum size of a message
|
||||
allowed for this context. Default value is INT_MAX.
|
||||
|
||||
|
||||
ZMQ_ZERO_COPY_RCV: Get message decoding strategy
|
||||
ZMQ_ZERO_COPY_RECV: Get message decoding strategy
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
The 'ZMQ_ZERO_COPY_RCV' argument return whether message decoder uses a zero copy
|
||||
The 'ZMQ_ZERO_COPY_RECV' 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.
|
||||
|
||||
|
@ -127,9 +127,9 @@ Default value:: INT_MAX
|
||||
Maximum value:: INT_MAX
|
||||
|
||||
|
||||
ZMQ_ZERO_COPY_RCV: Specify message decoding strategy
|
||||
ZMQ_ZERO_COPY_RECV: Specify message decoding strategy
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
The 'ZMQ_ZERO_COPY_RCV' argument specifies whether the message decoder should
|
||||
The 'ZMQ_ZERO_COPY_RECV' argument specifies whether the message decoder should
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user