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;