Problem: comment before sndtimeo/rcvtimeo does not specify dimension

Solution: add "milliseconds"
This commit is contained in:
sigiesec
2017-10-18 15:04:54 +02:00
parent 835df92241
commit cfb2129557

View File

@@ -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;