aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/include/uhdlib/transport/rx_streamer_impl.hpp
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: transport: Check if streamers are connected in send() and recv()Martin Braun2022-01-101-1/+21
* rfnoc: Clarify usage of MTU vs. max payload size, remove DEFAULT_SPPMartin Braun2021-12-021-5/+14
* uhd: streamer: Restore original recv(0) semanticsAaron Rossetto2021-08-201-0/+32
* host: Update code base using clang-tidyMartin Braun2021-03-041-3/+3
* uhd: Check for overflow after timeout buff readSteven Koo2021-01-211-5/+0
* fixup! RFNoC: Handle receive of 0 samplesmichael-west2020-12-211-3/+3
* RFNoC: Handle receive of 0 samplesmichael-west2020-12-101-0/+5
* uhd: Replace include guards with pragma onceLane Kolbly2020-04-081-4/+1
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-031-12/+9
* transport: Implement eov indications for Rx and Tx streamsAaron Rossetto2019-11-261-4/+14
* streamer: Add option to ignore sequence errorsCiro Nishiguchi2019-11-261-2/+2
* rfnoc: radio/streamer: Handle late commands and burst ACKsMartin Braun2019-11-261-0/+6
* rfnoc: Add MTU property to RX streamerCiro Nishiguchi2019-11-261-5/+26
* rfnoc: Implement flushing on overrunCiro Nishiguchi2019-11-261-0/+13
* rfnoc: Add ability to select transport for streamers to user APIsAlex Williams2019-11-261-0/+1
* rfnoc: add rx and tx transports, and amend rfnoc_graphCiro Nishiguchi2019-11-261-0/+341