diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-03-11 11:50:19 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-03-16 17:28:24 +0100 |
commit | da13adfd82b8b6cd638a4b6fcbd287647336570a (patch) | |
tree | f10815d2aef3777fa0e17d565db917f87e13b829 /host/include | |
parent | 4726c0c0958c776bccdf9898384e335013c7e811 (diff) | |
download | uhd-da13adfd82b8b6cd638a4b6fcbd287647336570a.tar.gz uhd-da13adfd82b8b6cd638a4b6fcbd287647336570a.tar.bz2 uhd-da13adfd82b8b6cd638a4b6fcbd287647336570a.zip |
uhd: prelim fix for windows-based UDP transport
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/transport/udp_zero_copy.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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( |