Home
last modified time | relevance | path

Searched refs:version (Results 1 – 25 of 38) sorted by relevance

12

/iperf/config/
H A Dmkinstalldirs41 --version)
80 if mkdir -p --version . >/dev/null 2>&1 && test ! -d ./--version; then
89 test -d ./--version && rmdir ./--version
93 if mkdir -m "$dirmode" -p --version . >/dev/null 2>&1 &&
94 test ! -d ./--version; then
101 for d in ./-m ./-p ./--version "./$dirmode";
H A Dmissing67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
89 case $2 in --version|--help) exit $st;; esac
H A Dconfig.sub76 version="\
92 --version | -v )
93 echo "$version" ; exit ;;
H A Dtest-driver64 --version) echo "test-driver $scriptversion"; exit $?;;
H A Dcompile241 Usage: compile [--help] [--version] PROGRAM [ARGS]
H A Dconfig.guess59 version="\
76 --version | -v )
77 echo "$version" ; exit ;;
179 ldd --version 2>&1 | grep -q ^musl; then
H A Dinstall-sh173 --version) echo "$0 $scriptversion"; exit $?;;
/iperf/docs/
H A Ddev.rst27 Before submitting a bug report, try checking out the latest version of
97 * On some platforms (observed on at least one version of Ubuntu
118 iperf3 version numbers use (roughly) a `Semantic Versioning
119 <http://semver.org/>`_ scheme, in which version numbers consist of
124 * *MAJOR* version when making incompatible API changes,
128 * *PATCH* version when making backwards-compatible bug fixes.
138 can be written before tagging. Usually the previous version's
143 the new version, such as bumping version numbers::
145 vi RELEASE_NOTES # update version number and release date
146 vi configure.ac # update version parameter in AC_INIT
[all …]
H A Dindex.rst15 This version, sometimes referred to as iperf3, is a redesign of an
16 original version developed at NLANR / DAST. iperf3 is a new
18 base, and a library version of the functionality that can be used in
H A Dnews.rst138 This version of iperf3 contains two documentation fixes, but is
148 This version of iperf3 contains two minor fixes. Notably, one of them
158 This version of iperf3 makes some improvements to the fair-queue-based
161 review the release notes for this version.
392 This version is a maintenance release that
421 code unofficially released carrying a 3.0.0 version number. Because
H A Dconf.py55 version = '3.10.1' variable
H A Dobtaining.rst47 version of files making up a release.
H A Dinvoking.rst24 correspond to the current version of iperf3. The authoritative iperf3
201 -v, --version
202 show version information and quit
425 version 3.1 for this option to work. It may become the default
/iperf/
H A Diperf3.spec.in9 Source0: https://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz
10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
33 %setup -q -n iperf-%{version}
H A DREADME.md12 This version, sometimes referred to as iperf3, is a redesign of an
13 original version developed at NLANR/DAST. iperf3 is a new
15 base, and a library version of the functionality that can be used in
85 latest version of the code, and confirm that your issue has not
91 In your issue submission, please indicate the version of iperf3 and
H A Dmake_release10 print $3 }' src/version.h`
58 contents of src/version.h are used.
H A DINSTALL40 a newer version of `autoconf'.
46 using `csh' on an old version of System V, you might need to type
90 own directory. To do this, you must use a version of `make' that
209 `--version'
211 Print the version of Autoconf used to generate the `configure'
H A D.gitignore20 src/version.h
H A Dconfigure.ac26 # Initialize the autoconf system for the specified tool, version and mailing list
321 AC_CONFIG_FILES([Makefile src/Makefile src/version.h examples/Makefile iperf3.spec])
/iperf/src/
H A Diperf_config.h.in126 /* Define to the full name and version of this package. */
135 /* Define to the version of this package. */
H A Diperf_locale.h32 extern const char version[];
H A Diperf_locale.c238 const char version[] = PACKAGE_STRING;
H A DMakefile.am46 version.h
H A Diperf_client_api.c545 cJSON_AddItemToObject(test->json_start, "version", cJSON_CreateString(version)); in iperf_run_client()
548 iperf_printf(test, "%s\n", version); in iperf_run_client()
H A Diperf_server_api.c461 cJSON_AddItemToObject(test->json_start, "version", cJSON_CreateString(version)); in iperf_run_server()
464 iperf_printf(test, "%s\n", version); in iperf_run_server()

12