aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_error.c
AgeCommit message (Expand)Author
2015-01-05Add -X to restrict SCTP binding to a subset of interfaces.Bruce A. Mah
2014-10-16Fix an error message.Bruce A. Mah
2014-10-13The maximum send length for UDP is the maximum size of a UDP datagram.Bruce A. Mah
2014-09-29Update license and copyright text to conform to LBNL standards.Bruce A. Mah
2014-09-09Add support for specifying client-side epemeral portKevin Constantine
2014-04-09Rework detection / enabling of SCTP support.Bruce A. Mah
2014-03-25Minor style fixes, no functional change.Bruce A. Mah
2014-03-25Prevent possible buffer overflow in iperf_error.cAeneas Jaißle
2014-03-14Support --logfile argument to make all output go to a file.Bruce A. Mah
2014-02-14Add SCTP support with the --sctp flag (Linux and FreeBSD only).Bruce A. Mah
2014-02-04Fix unfiled bug that could break TCP tests under some circumstances.Bruce A. Mah
2014-01-24Add support for writing the PID to a file in server mode.Bruce A. Mah
2014-01-02Improve error message for TCP congestion algorithm setting failure.Bruce A. Mah
2013-12-19Added -k / --blockcount.Jef Poskanzer
2013-12-17Added burst mode.Jef Poskanzer
2013-12-13Added -C / --linux-congestion.Jef Poskanzer
2013-11-26Support daemonizing with -D flag.Bruce A. Mah
2013-11-08Changed default for -i from 0 to 1.Jef Poskanzer
2013-11-06Grammar correction in error message.Jef Poskanzer
2013-10-25Implement -A flag to set CPU affinity.Jef Poskanzer
2013-10-19Added the -F / --file flag, to use a specified file insteadJef Poskanzer
2013-07-05Changed the -I / --ignore flag to -O / --omit, so that we can use theJef Poskanzer
2013-07-03Added -I flag to ignore an initial period of data transfer,Jef Poskanzer
2013-06-03Storing the known-to-not-work Flow Label code, just to save it.Jef Poskanzer
2013-03-04A bunch of changes mixed together in this commit, but the significantJef Poskanzer
2013-02-27Show correct error on connect() failure.Jef Poskanzer
2013-02-07Oops, left out the important line from the error routine.Jef Poskanzer
2013-02-07Better handling of non-exit errors in JSON.Jef Poskanzer
2013-02-07(Mostly) switched error reporting to a single routine that handles JSON mode.Jef Poskanzer
2013-02-05Get rid of commented-out obsolete code. If it's needed it's in theJef Poskanzer
2012-12-13Allow API client to provide an fd for the client-side control socket.Jef Poskanzer
2012-12-11Switched to using a new timer package, adapted from thttpd and http_load.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-08-03Added support for setting the IP TOS (IPv4) and IPv6 Traffic Class (-S option)sethdelliott
2010-08-02Added ability to set TCP window size (-w). Modified code to keep test structu...sethdelliott
2010-07-27Updated iperf_error and moved the SIGINT handler out of the librarysethdelliott
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-20All client side error handling is now handled by iperf_errorsethdelliott
2010-07-19Updated autoconf stuff and fixed a small error with ierror()sethdelliott
2010-07-19Added iperf error code (iperf_error.*). Also added iperf_parse_parameters().sethdelliott