aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_udp.c
AgeCommit message (Expand)Author
2020-07-10Issue 999 follow up (#1025)Bruce A. Mah
2020-05-12fix(udp): Properly initialize for the first UDP packet received. (#990)Bruce A. Mah
2020-05-11bug(udp): Fix minor problem in a debug message. (#995)Bruce A. Mah
2020-01-02fix hotn?, strcasecmp and timeval isn't defined errorXiang Xiao
2018-05-17Add initial portable time abstractionBen Fox-Moore
2018-02-23Fix issue 692 (#705)Bruce A. Mah
2017-11-08Fix 3.3 build warnings (#664)Philip Prindeville
2017-06-05Fix a few printf format string warnings seen on macOS / clang. (#593)Bruce A. Mah
2017-06-02Fix out-of-order / loss counting issues with UDP (#457) (#589)Bruce A. Mah
2017-05-30Fix -F problems (#588)Bruce A. Mah
2017-05-17Issue 216 (#581)Bruce A. Mah
2017-05-05Improve / fix comments regarding UDP jitter calculation.Bruce A. Mah
2017-05-03Normalize socket buffer debugging output, put socket buffer sizes in JSON.Bruce A. Mah
2017-01-11Add 1KB to default UDP socket buffer sizes under certain circumstances.Bruce A. Mah
2017-01-10Issue 496 (#498)Bruce A. Mah
2016-12-12Separate out application-level and fair-queueing-based pacing (#488)Bruce A. Mah
2016-12-01Fix socket buffer size checks. Clearly this wasn't tested well.Bruce A. Mah
2016-11-30Improve debug output for application and fair-queue-based pacing.Bruce A. Mah
2016-11-23After setting socket buffer sizes, verify they were set correctly.Bruce A. Mah
2016-05-26Squashed commit of the following:Bruce A. Mah
2014-12-11Add ifdef to the SO_RCVTIMEO codeHasso Tepper
2014-11-24Timeout if UDP port isn't reachableHasso Tepper
2014-11-12Make UDP tests honor the -w option for setting the socket bufferBruce A. Mah
2014-11-12Document how we use UDP sockets.Bruce A. Mah
2014-10-13Make UDP packet reception work right with non-blocking sockets and enable.Bruce A. Mah
2014-09-29Update license and copyright text to conform to LBNL standards.Bruce A. Mah
2014-09-22Fix a couple of printf format warnings.Bruce A. Mah
2014-09-15specify client-side port: UDP supportKevin Constantine
2014-08-28Add a --udp-counters-64bit feature to support very long UDP tests.Bruce A. Mah
2014-05-19Check HAVE_STDINT_H before trying to include <stdint.h>.Bruce A. Mah
2013-07-03Added -I flag to ignore an initial period of data transfer,Jef Poskanzer
2013-06-24New implementation of the -b bandwidth limit flag, that applies toJef Poskanzer
2013-05-02Fix UDP for IPv6 and dual-stack.Jef Poskanzer
2013-02-22Added "burst mode" to send a bunch of packets in a row withoutJef Poskanzer
2013-02-07(Mostly) switched error reporting to a single routine that handles JSON mode.Jef Poskanzer
2013-02-01Add -J flag to produce JSON output instead.Jef Poskanzer
2012-12-11Switched to using a new timer package, adapted from thttpd and http_load.Jef Poskanzer
2012-12-05Move non-timer routines from timer.[hc] to iperf_util.[hc]Jef Poskanzer
2012-09-28Some changes to the iperf3 API to work with bwctl, mostly having tojef
2011-04-20update license info for all source filesJon Dugan
2010-09-08add queue.h from OpenBSD; use self contained queue.h from OpenBSD; fix indent...Jon Dugan
2010-07-28Stream list is now managed by queue.h SLIST macrossethdelliott
2010-07-27Added support for IPv6 mode (-6)sethdelliott
2010-07-26Added support for binding (-B) to a specific interfacesethdelliott
2010-07-23More code restructuringsethdelliott
2010-07-22Made the protocol implementation better. Lots of code clean upsethdelliott
2010-07-22Added support for adding new protocols. Slightly modified iperf_error()sethdelliott
2010-07-20All error handling is now handled by iperf_error. Also cleaned up some codesethdelliott
2010-07-15Added bandwidth mode (-b) support for UDP.sethdelliott
2010-07-14Added support for UDP mode (-b mode not yet supported). Added htonll/ntohll f...sethdelliott