mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 18:40:27 +01:00
Merge pull request #2793 from sigiesec/timeout-comment
Problem: comment before sndtimeo/rcvtimeo does not specify dimension
This commit is contained in:
commit
2c247271a3
@ -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…
Reference in New Issue
Block a user