From cfb21295575508e13a2f85df71a9f7a74344858b Mon Sep 17 00:00:00 2001 From: sigiesec Date: Wed, 18 Oct 2017 15:04:54 +0200 Subject: [PATCH] Problem: comment before sndtimeo/rcvtimeo does not specify dimension Solution: add "milliseconds" --- src/options.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/options.hpp b/src/options.hpp index d76b112b..ff9fac05 100644 --- a/src/options.hpp +++ b/src/options.hpp @@ -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;