aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/zero_copy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: implemented a double timeout (in seconds) for send and recv chainsJosh Blum2010-10-011-3/+3
| | | | | | | | converted all size_t timeout_ms to double timeout bounded and alignment buffer now take double timeout added timeout to device::send and zero_copy_if::get_send_buff
* uhd: implemented recv timeout for zero copy interfaceJosh Blum2010-09-301-2/+2
|
* uhd: use constructor for impl class to avoid msvc warningsJosh Blum2010-08-061-2/+4
|
* uhd: ssize_t for phony zero copy return types, null sptr for timeout/error ↵Josh Blum2010-07-091-4/+6
| | | | with get managed buffers
* Created macros for dealing with pimpls and implemented in code.Josh Blum2010-06-021-4/+3
|
* Made a phony zero-copy interface for those interfaces that are actual ↵Josh Blum2010-05-281-0/+140
copy-interfaces. Using interface in the udp asio transport.