mirror of
https://github.com/zeromq/libzmq.git
synced 2025-02-23 15:14:40 +01:00
Problem: ZMQ_THREAD_AFFINITY is not documented
Solution: add a section in zmq_ctx_set's manpage
This commit is contained in:
parent
1478517e1a
commit
e5e83c53e5
@ -74,6 +74,16 @@ This option only applies before creating any sockets on the context.
|
||||
Default value:: -1
|
||||
|
||||
|
||||
ZMQ_THREAD_AFFINITY: Set CPU affinity for I/O threads
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
The 'ZMQ_THREAD_AFFINITY' argument sets CPU affinity for the internal
|
||||
context's thread pool. This option is only supported on Linux.
|
||||
This option only applies before creating any sockets on the context.
|
||||
|
||||
[horizontal]
|
||||
Default value:: -1
|
||||
|
||||
|
||||
ZMQ_MAX_MSGSZ: Set maximum message size
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
The 'ZMQ_MAX_MSGSZ' argument sets the maximum allowed size
|
||||
|
Loading…
x
Reference in New Issue
Block a user