aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/microblaze/lib/net_common.c
Commit message (Collapse)AuthorAgeFilesLines
* added icmp echo reply to usrp2Josh Blum2010-05-031-1/+18
|
* Added recovery app to use raw socket to burn known ip addr.Josh Blum2010-03-161-13/+10
| | | | Fixed up fw so the device can reply after new addrs are set.
* Moved timeouts into the udp transports.Josh Blum2010-03-041-11/+0
| | | | | | 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....
* The net common is too slow in usrp2 firmware to figure out if its vrt data.Josh Blum2010-03-021-0/+11
| | | | | Added a custom function to tell if a packet is vrt data, seems to be feeding fast enough at this rate... Fixed some buffer size calculation logic.
* net_common working in this state with control udp packetsJosh Blum2010-02-101-0/+435