diff options
| -rw-r--r-- | host/lib/transport/udp_zero_copy_asio.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/host/lib/transport/udp_zero_copy_asio.cpp b/host/lib/transport/udp_zero_copy_asio.cpp index c26b39867..e97bbf31c 100644 --- a/host/lib/transport/udp_zero_copy_asio.cpp +++ b/host/lib/transport/udp_zero_copy_asio.cpp @@ -146,7 +146,7 @@ udp_zero_copy_impl::udp_zero_copy_impl(const std::string &addr, const std::strin      UHD_ASSERT_THROW(setsockopt(          _socket->native(),          SOL_SOCKET, SO_RCVTIMEO, -        (timeval *)&tv, sizeof(timeval) +        (const char *)&tv, sizeof(timeval)      ) == 0);  } | 
