mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-30 21:50:49 +01:00
Problem: comment before sndtimeo/rcvtimeo does not specify dimension
Solution: add "milliseconds"
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user