aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/udp_zero_copy.cpp
Commit message (Expand)AuthorAgeFilesLines
* udp: replaced callbacks in zero copy interface by giving direct queue accessJosh Blum2011-06-141-38/+19
* uhd: replace managed buffer shared pointer w/ intrusive pointer to reduce ove...Josh Blum2011-05-141-10/+2
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-3/+3
* uhd: replaced many conditional prints with UHD_LOG usageJosh Blum2011-05-041-7/+6
* udp: return the managed recv buffer to the buffer queue on timeoutJosh Blum2011-03-011-0/+2
* udp: try non-blocking recv first for performanceJosh Blum2011-02-201-10/+14
* udp: update docs for transport, create common header for wait implementationJosh Blum2011-02-201-0/+304