aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_udp.c
AgeCommit message (Expand)Author
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
2010-06-23Fixed a bug that caused an error at results display.sethdelliott
2009-11-06parallel streams now mostly working. Still some issues with repeated connectionsBrian Tierney
2009-11-02lots of code restructuringBrian Tierney