Problem: default ZMQ_HEARTBEAT_TIMEOUT when enabled not documented

Solution: mention in manpage that if the timeout is not set and the
interval is, the timeout will be equal to the interval
This commit is contained in:
Luca Boccassi 2018-04-28 11:47:18 +01:00
parent 55be8f1c2f
commit cdf5566108

View File

@ -344,7 +344,7 @@ traffic will cancel the timeout.
[horizontal]
Option value type:: int
Option value unit:: milliseconds
Default value:: 0
Default value:: 0 normally, ZMQ_HEARTBEAT_IVL if it is set
Applicable socket types:: all, when using connection-oriented transports