Revision 2d9838f4
| ID | 2d9838f467013d5397b6daf83afb5ccea92065a4 |
udp: update docs for transport, create common header for wait implementation
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.
Files
- added
- modified
- copied
- renamed
- deleted
- host
- docs
- lib
- transport
- CMakeLists.txt (diff)
- udp_common.hpp
- udp_simple.cpp (diff)
- udp_zero_copy.cpp
- udp_zero_copy_asio.cpp
- transport