aboutsummaryrefslogtreecommitdiff
path: root/src/iperf_api.c
AgeCommit message (Expand)Author
2015-01-05Add -X to restrict SCTP binding to a subset of interfaces.Bruce A. Mah
2014-12-23Drop out of multisend loop if none of the streams are accepting dataBrian Candler
2014-12-22Add one-off mode, where the server serves exactly one request.Bruce A. Mah
2014-12-22Ignore set_test_zerocopy if host does not support itBrian Candler
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-10-13Fix a crash when we try to print ending stats but no tests were run.Bruce A. Mah
2014-09-29Update license and copyright text to conform to LBNL standards.Bruce A. Mah
2014-09-15Merge branch 'master' of github.com:kevinconstantine/iperf into kevinconstant...Bruce A. Mah
2014-09-15specify client-side port: Only support --cportKevin Constantine
2014-09-15Rename locale.{c,h} to iperf_locale.{c,h} to avoid filename collisionBruce A. Mah
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-08-25When parsing the -b (bandwidth) argument, use 10-based suffices.Bruce A. Mah
2014-07-24Add API methods to allow setting the bind_address test parameter.Bruce A. Mah
2014-07-17Fix two related bugs with -B and IPv4 addresses.Bruce A. Mah
2014-06-12Fix a bug in the structure of the --json output.Bruce A. Mah
2014-06-11Fix programming misteak.Bruce A. Mah
2014-06-09Fix build on Fedora 21.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-12Add reverse member to start.test_start JSON, which is 1 in --reverse mode.Bruce A. Mah
2014-05-02More consistent documentation for the statistics gathering andBruce A. Mah
2014-04-25Take out some debugging goop.Bruce A. Mah
2014-04-22Fix rookie C mistake committed in revision d076653b as part ofBruce A. Mah
2014-04-16Commit a version of the patch for #125 for testing.Bruce A. Mah
2014-04-14Recent feature detection changes have gotten the -C (TCP congestionBruce 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-10Improve detection of IPv6 flowlabel support (Linux only).Bruce A. Mah
2014-04-10Non-platform-specific detection of TCP_CONGESTION socket option.Bruce A. Mah
2014-04-09Rework detection / enabling of SCTP support.Bruce A. Mah
2014-04-07Resolves #147.Bruce A. Mah
2014-03-20Fix a crash that can be triggered by libiperf3 clients that don't useBruce A. Mah
2014-03-18Include summary structures in JSON even if there's only one stream.Bruce A. Mah
2014-03-14Support --logfile argument to make all output go to a file.Bruce A. Mah
2014-02-21Don't append a colon and two spaces to title in --json output.Bruce A. Mah
2014-02-21Provide an API call in libiperf to set the test unit format.Bruce A. Mah
2014-02-14Set the default message size for SCTP to 64KB.Bruce A. Mah
2014-02-14Add SCTP support with the --sctp flag (Linux and FreeBSD only).Bruce A. Mah
2014-02-14Output TCP snd_cwnd (on platforms supporting it) in normal output.Bruce A. Mah
2014-01-30Replace system("uname -a") with call to uname(3).Bruce A. Mah
2014-01-24Add support for writing the PID to a file in server mode.Bruce A. Mah
2014-01-21Fix warning on platforms that don't support processor affinity.Bruce A. Mah
2014-01-21Fix an abort observed on MacOS X 10.9 (but applicable to other platforms).Bruce A. Mah
2014-01-16Fix build on Linux distros that don't support TCP_CONGESTION.Bruce A. Mah
2014-01-15Add support for a -d debug flag to enable debugging output.Bruce A. Mah
2014-01-13Add FreeBSD support for -A (set CPU affinity).Bruce A. Mah