mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
write man pages
This commit is contained in:
parent
eeb697b5ac
commit
c9971e08a0
@ -63,6 +63,20 @@ Default value:: 100
|
||||
Applicable socket types:: all, only for connection-oriented transports
|
||||
|
||||
|
||||
ZMQ_CONNECT_TIMEOUT: Retrieve connect() timeout
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Retrieves how long to wait before timing-out a connect() system call.
|
||||
The connect() system call normally takes a long time before it returns a
|
||||
time out error. Setting this option allows the library to time out the call
|
||||
at an earlier interval.
|
||||
|
||||
[horizontal]
|
||||
Option value type:: int
|
||||
Option value unit:: milliseconds
|
||||
Default value:: 0 (disabled)
|
||||
Applicable socket types:: all, when using TCP transports.
|
||||
|
||||
|
||||
ZMQ_CURVE_PUBLICKEY: Retrieve current CURVE public key
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -109,6 +109,20 @@ Default value:: 0 (false)
|
||||
Applicable socket types:: ZMQ_PULL, ZMQ_PUSH, ZMQ_SUB, ZMQ_PUB, ZMQ_DEALER
|
||||
|
||||
|
||||
ZMQ_CONNECT_TIMEOUT: Set connect() timeout
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Sets how long to wait before timing-out a connect() system call.
|
||||
The connect() system call normally takes a long time before it returns a
|
||||
time out error. Setting this option allows the library to time out the call
|
||||
at an earlier interval.
|
||||
|
||||
[horizontal]
|
||||
Option value type:: int
|
||||
Option value unit:: milliseconds
|
||||
Default value:: 0 (disabled)
|
||||
Applicable socket types:: all, when using TCP transports.
|
||||
|
||||
|
||||
ZMQ_CURVE_PUBLICKEY: Set CURVE public key
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
Sets the socket's long term public key. You must set this on CURVE client
|
||||
|
Loading…
Reference in New Issue
Block a user