aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/udp_common.hpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: make use of TEMP_FAILURE_RETRY when select()Josh Blum2011-12-141-1/+8
|
* udp: try non-blocking recv first for performanceJosh Blum2011-02-201-1/+3
|
* udp: update docs for transport, create common header for wait implementationJosh Blum2011-02-201-0/+51
Reimplemented simple udp transport with one impl class. Moved wait for ready/select implementation into common header. Important note on select, timeval should have usecs < 1 second or it may error on some platforms. Fixed in this implementation.