From da13adfd82b8b6cd638a4b6fcbd287647336570a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 11 Mar 2014 11:50:19 +0100 Subject: uhd: prelim fix for windows-based UDP transport --- host/include/uhd/transport/udp_zero_copy.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/transport/udp_zero_copy.hpp b/host/include/uhd/transport/udp_zero_copy.hpp index 8fb5115c2..de4721be0 100644 --- a/host/include/uhd/transport/udp_zero_copy.hpp +++ b/host/include/uhd/transport/udp_zero_copy.hpp @@ -56,6 +56,8 @@ public: * * \param addr a string representing the destination address * \param port a string representing the destination port + * \param default_buff_args Default values for frame sizes and num frames + * \param[out] buff_params_out Returns the actual buffer sizes * \param hints optional parameters to pass to the underlying transport */ static sptr make( -- cgit v1.2.3