mirror of
https://github.com/zeromq/libzmq.git
synced 2025-09-17 19:44:01 +02:00
Problem: comment before sndtimeo/rcvtimeo does not specify dimension
Solution: add "milliseconds"
This commit is contained in:
parent
835df92241
commit
cfb2129557
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user