Commit cfb21295 authored by sigiesec's avatar sigiesec

Problem: comment before sndtimeo/rcvtimeo does not specify dimension

Solution: add "milliseconds"
parent 835df922
...@@ -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