0
0
mirror of https://github.com/zeromq/libzmq.git synced 2025-01-15 02:07:59 +08:00

Merge pull request #2847 from fnaime/default_linger

Wrong ZMQ_LINGER default value
This commit is contained in:
Luca Boccassi 2017-11-23 17:24:37 +00:00 committed by GitHub
commit 90ea11c999
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -453,7 +453,7 @@ The following outlines the different behaviours:
[horizontal]
Option value type:: int
Option value unit:: milliseconds
Default value:: 30000 (thirty seconds)
Default value:: -1 (infinite)
Applicable socket types:: all