Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | udp: return the managed recv buffer to the buffer queue on timeout | Josh Blum | 2011-03-01 | 1 | -0/+2 |
| | |||||
* | udp: try non-blocking recv first for performance | Josh Blum | 2011-02-20 | 1 | -10/+14 |
| | |||||
* | udp: update docs for transport, create common header for wait implementation | Josh Blum | 2011-02-20 | 1 | -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. |