aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/udp_zero_copy_asio.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: added warning printer utility functionJosh Blum2010-08-041-6/+6
* usrp2: use default sized buffer on transmit (or reasonably smaller)Josh Blum2010-07-261-4/+12
* usrp2: disable buffer resize on platforms that cry about itJosh Blum2010-07-141-0/+3
* uhd: ssize_t for phony zero copy return types, null sptr for timeout/error wi...Josh Blum2010-07-091-6/+4
* usrp2: added notes on multiple device network setup, improved warnings for bu...Josh Blum2010-07-081-6/+6
* usrp2: moved common defined for udp mtu and implemented change.Josh Blum2010-07-071-5/+5
* usrp2: increased transport buffer minimum size, and added warningJosh Blum2010-07-051-1/+8
* usrp2: improved print-out for socket buffer sizingJosh Blum2010-06-141-2/+5
* removed some windows warningsJosh Blum2010-06-021-3/+3
* use select for socket timeout, works windows and linuxJosh Blum2010-06-021-10/+28
* use polling for socket recv, timeout socket option not portableJosh Blum2010-06-011-12/+9
* Implemented pirate thread, moved io impl details into io impl cpp file. Fixed...Josh Blum2010-06-011-1/+1
* added frame count call to zero-copy iface, tweaks for udp asio implJosh Blum2010-05-291-36/+49
* Made a phony zero-copy interface for those interfaces that are actual copy-in...Josh Blum2010-05-281-82/+17
* fix: wrong size for buffer in recvJosh Blum2010-05-281-1/+1
* Tweak with the udp and zero-copy transport. Eventually, the caller will hang ...Josh Blum2010-05-271-18/+20
* automatic resize for small udp buffersJosh Blum2010-05-171-26/+35
* windows fix for setsockoptJosh Blum2010-05-171-1/+1
* simplification of udp asio socket stuffJosh Blum2010-05-171-38/+37
* made buffer size args part of constructorJosh Blum2010-04-301-18/+39
* setting size of buffers from device argsJosh Blum2010-04-271-6/+4
* work on controlling the socket buffer sizes from the front end apiJosh Blum2010-04-271-21/+13
* store the mtu and hdr len stuff only in the usrp2 implJosh Blum2010-04-121-8/+4
* Added data type conversion routines to transport api.Josh Blum2010-04-121-4/+7
* Created zero copy interface/framework, made use of it in usrp2 udp transport ...Josh Blum2010-04-121-34/+71
* Merge branch 'addrs' of git@ettus.sourcerepo.com:ettus/uhd into timingJosh Blum2010-03-261-0/+1
|\
| * added interface address discoveryJosh Blum2010-03-261-0/+1
* | Overhaullllllled the way we do streaming. There is an odd bug whereJosh Blum2010-03-251-1/+1
|/
* Moved typedefs from props.hpp into new file types.hpp.Josh Blum2010-03-211-0/+154