summaryrefslogtreecommitdiff
path: root/gr-zeromq/include/gnuradio/zeromq/req_msg_source.h
diff options
context:
space:
mode:
authorMarc L <marcll@vt.edu>2017-08-29 21:04:57 -0400
committerMarc L <marcll@vt.edu>2017-08-29 21:04:57 -0400
commit7ba0077f049e66bf77794253e83955af5ce5426d (patch)
tree479462ad41c9498f5535a412a3a3096b196c4262 /gr-zeromq/include/gnuradio/zeromq/req_msg_source.h
parentec71327d2949649866d85b1b80356481693ca38e (diff)
docs: fixed units of timeout param in all the zmq blocks
Diffstat (limited to 'gr-zeromq/include/gnuradio/zeromq/req_msg_source.h')
-rw-r--r--gr-zeromq/include/gnuradio/zeromq/req_msg_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-zeromq/include/gnuradio/zeromq/req_msg_source.h b/gr-zeromq/include/gnuradio/zeromq/req_msg_source.h
index 05d80b8e7f..28ac9f84f3 100644
--- a/gr-zeromq/include/gnuradio/zeromq/req_msg_source.h
+++ b/gr-zeromq/include/gnuradio/zeromq/req_msg_source.h
@@ -46,7 +46,7 @@ namespace gr {
* \brief Return a shared_ptr to a new instance of zeromq::req_msg_source.
*
* \param address ZMQ socket address specifier
- * \param timeout Receive timeout in seconds, default is 100ms, 1us increments
+ * \param timeout Receive timeout in milliseconds, default is 100ms, 1us increments
*
*/
static sptr make(char *address, int timeout=100);