Merge pull request #2793 from sigiesec/timeout-comment

Problem: comment before sndtimeo/rcvtimeo does not specify dimension
This commit is contained in:
Luca Boccassi 2017-10-18 14:33:09 +01:00 committed by GitHub
commit 2c247271a3

View File

@ -124,7 +124,7 @@ namespace zmq
// Maximal size of message to handle.
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 sndtimeo;