From e0d84e8c8b4f0bb9fec22b48b7c61b9ca3eb8dbd Mon Sep 17 00:00:00 2001
From: Josh Blum <josh@joshknows.com>
Date: Thu, 11 Nov 2010 12:19:03 -0800
Subject: uhd: pulled in some worthwhile changes from flow control branch

---
 host/include/uhd/transport/udp_simple.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'host/include')

diff --git a/host/include/uhd/transport/udp_simple.hpp b/host/include/uhd/transport/udp_simple.hpp
index c84393ecf..83f895ba9 100644
--- a/host/include/uhd/transport/udp_simple.hpp
+++ b/host/include/uhd/transport/udp_simple.hpp
@@ -73,10 +73,10 @@ public:
      * Receive into the provided buffer.
      * Blocks until data is received or a timeout occurs.
      * \param buff a mutable buffer to receive into
-     * \param timeout_ms the timeout in milliseconds
+     * \param timeout the timeout in seconds
      * \return the number of bytes received or zero on timeout
      */
-    virtual size_t recv(const boost::asio::mutable_buffer &buff, size_t timeout_ms) = 0;
+    virtual size_t recv(const boost::asio::mutable_buffer &buff, double timeout = 0.1) = 0;
 };
 
 }} //namespace
-- 
cgit v1.2.3