aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/udp_zero_copy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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
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.