aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/udp_simple.cpp
Commit message (Collapse)AuthorAgeFilesLines
* udp: added polling alternative to select for macJosh Blum2010-11-171-0/+13
|
* uhd: pulled in some worthwhile changes from flow control branchJosh Blum2010-11-111-22/+22
|
* usrp2: add a timeout to udp control and make it large for usrp2 control ↵Josh Blum2010-07-191-10/+11
| | | | transactions
* added interface address discoveryJosh Blum2010-03-261-0/+1
|
* Added recovery app to use raw socket to burn known ip addr.Josh Blum2010-03-161-1/+1
| | | | Fixed up fw so the device can reply after new addrs are set.
* Moved timeouts into the udp transports.Josh Blum2010-03-041-2/+27
| | | | | | Simplified the fast path checking in the fw, but it turns out this was not the issue. Fixed some bad bit operations with the 16sc words (dont forget sign extension). Added some more documentation to the headers....
* Expanded the UDP api:Josh Blum2010-03-021-0/+133
We can make simple udp transports for discovery and control. We can support a udp zero copy transport (currently just asio). Reworked the io_impl for usrp2 to work with the zero copy api. So far, all of this untested other than compiling. A cut-down vrt library is in the works to simplify the io impl.