aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/transport/udp_zero_copy.cpp
Commit message (Expand)AuthorAgeFilesLines
* udp_zero_copy: add default xport params.Trung Tran2018-09-131-14/+58
* X300: Change Ethernet bufferingMichael West2018-07-251-22/+32
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-2/+3
* lib: move atomic.hpp and system_time.hpp to uhdlibMartin Braun2018-04-061-1/+1
* transport: Demote UDP socket buffer size log message to TRACEMartin Braun2018-03-301-1/+1
* uhd: Update license headersMartin Braun2018-02-191-1/+2
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* Fix build with Boost 1.66ilovezfs2017-12-191-1/+1
* udp: Modify log messages of UDP transportMartin Braun2017-10-041-5/+12
* udp: Added option to query local address of socketMartin Braun2017-10-041-1/+10
* transports: Added get_local_port() method to UDP transportsAndrej Rode2017-04-141-0/+1
* logging: remove unecessery newlines in log messagesAndrej Rode2017-04-071-1/+1
* logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-051-1/+1
* Merge branch 'maint'Martin Braun2017-03-241-8/+8
|\
| * UDP: Set default socket buffer size to number of frames * 9000 (maximum Ether...michael-west2017-03-211-8/+8
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-7/+7
|/
* transport: Removed some superfluous variablesMartin Braun2016-11-281-1/+1
* Fix for BUG 869: UHD: Unhandled exceptions during destruction of multi_usrp ...michael-west2015-08-051-1/+8
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-16/+47
* Squashed merge of Coverity fixes.Ben Hilburn2013-11-271-1/+2
* udp: fix ENOBUFS with send/retry for udp socketJosh Blum2013-01-151-2/+16
* transport: switch to the atomic claimerJosh Blum2012-07-021-1/+1
* uhd: squashed transport workJosh Blum2012-04-231-81/+58
* uhd: make atlbase options for msvc buildJosh Blum2012-03-141-4/+5
* udp: added check_registry_for_fast_send_threshold to non-wsa transportJosh Blum2011-09-081-0/+30
* udp: replaced callbacks in zero copy interface by giving direct queue accessJosh Blum2011-06-141-38/+19
* uhd: replace managed buffer shared pointer w/ intrusive pointer to reduce ove...Josh Blum2011-05-141-10/+2
* uhd: replaced warning post with calls to UHD_MSG(warning)Josh Blum2011-05-041-3/+3
* uhd: replaced many conditional prints with UHD_LOG usageJosh Blum2011-05-041-7/+6
* udp: return the managed recv buffer to the buffer queue on timeoutJosh Blum2011-03-011-0/+2
* udp: try non-blocking recv first for performanceJosh Blum2011-02-201-10/+14
* udp: update docs for transport, create common header for wait implementationJosh Blum2011-02-201-0/+304