aboutsummaryrefslogtreecommitdiff
path: root/src/iperf.h
AgeCommit message (Expand)Author
2018-12-13Bidirect mode implementation (#780)Boris Okunev
2018-05-17Add initial portable time abstractionBen Fox-Moore
2018-05-09First try at implementing --extra-data. (#729)Bruce A. Mah
2018-04-27Add authentication functions to libiperf (#713)ralcini
2018-04-20Add --repeating-payload option to the client side (#726)Phil Levchenko
2017-11-16Fix some compile-time warnings on macOS (#671)Bruce A. Mah
2017-11-08Fix 3.3 build warnings (#664)Philip Prindeville
2017-05-30Fix -F problems (#588)Bruce A. Mah
2017-05-17Issue 216 (#581)Bruce A. Mah
2017-05-12Grab TCP PMTU during tests (on Linux only). Towards #569. (#578)Bruce A. Mah
2017-05-09Fix problems in human-readable UDP outputBruce A. Mah
2017-05-03Pacing timer (#563)Bruce A. Mah
2017-05-03Fix various problems with summary statistics (#562)Bruce A. Mah
2017-04-20Service Authentication (#517)ralcini
2017-04-11Prevent specifying a UDP send size that's too small.Bruce A. Mah
2017-03-30add tcp rttvar to stream info (#534)Tran Viet Hoang
2017-03-22Fix header includes and build failures on musl (#518)f1rebird
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-09-22First try at issue #461.Bruce A. Mah
2016-05-26Squashed commit of the following:Bruce A. Mah
2016-05-20Add fix for #412 (#414)Joe McEachern
2016-03-06Add command line option `--forceflush` to allow user to request flushing of o...QuaSoft
2015-11-16Rename the recently-added template member in the iperf_test structureBruce A. Mah
2015-09-21Change tmp_path to template and use snprintf instead of strcpyR0CKSTAR
2015-08-03Missing one fileR0CKSTAR
2015-02-19Add support for NetBSD systems which have TCP_INFO implemented.Havard Eidnes
2015-01-05Add -X to restrict SCTP binding to a subset of interfaces.Bruce A. Mah
2014-12-22Add one-off mode, where the server serves exactly one request.Bruce A. Mah
2014-10-23Also maintain the min and mean of the RTT.Bruce A. Mah
2014-10-23Merge branch 'master' of github.com:esnet/iperfBruce A. Mah
2014-10-23Retrieve RTT information on platforms supporting it.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-15Comment fix: Fix the option associated with iperf_test.bind_port.Bruce A. Mah
2014-09-15Fix declaration of iperf_test.bind_portKevin Constantine
2014-09-09Add support for specifying client-side epemeral portKevin Constantine
2014-08-28Add a --udp-counters-64bit feature to support very long UDP tests.Bruce A. Mah
2014-06-16Include <sys/select.h> for select(2)Fredrik Fornwall
2014-06-12Fix a bug in the structure of the --json output.Bruce A. Mah
2014-06-05Implement a --get-server-output flag that allows the client toBruce A. Mah
2014-05-19Check HAVE_STDINT_H before trying to include <stdint.h>.Bruce A. Mah
2014-05-09Increase maximum test running time to 1 day.Bruce A. Mah
2014-04-16Commit a version of the patch for #125 for testing.Bruce A. Mah
2014-04-14Fix breakage due to iperf.h depending on the autoconf config.h file butBruce A. Mah
2014-04-14Improve detection of CPU affinity support (for FreeBSD and Linux).Bruce A. Mah
2014-04-07Resolves #147.Bruce A. Mah
2014-03-14Support --logfile argument to make all output go to a file.Bruce A. Mah
2014-01-24Add support for writing the PID to a file in server mode.Bruce A. Mah