Commit 2c247271 authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #2793 from sigiesec/timeout-comment

Problem: comment before sndtimeo/rcvtimeo does not specify dimension
parents 835df922 cfb21295
...@@ -124,7 +124,7 @@ namespace zmq ...@@ -124,7 +124,7 @@ namespace zmq
// Maximal size of message to handle. // Maximal size of message to handle.
int64_t maxmsgsize; int64_t maxmsgsize;
// The timeout for send/recv operations for this socket. // The timeout for send/recv operations for this socket, in milliseconds.
int rcvtimeo; int rcvtimeo;
int sndtimeo; int sndtimeo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment