Searched refs:version (Results 1 – 25 of 38) sorted by relevance
12
| /iperf/config/ |
| H A D | mkinstalldirs | 41 --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 D | missing | 67 -v|--v|--ve|--ver|--vers|--versi|--versio|--version) 89 case $2 in --version|--help) exit $st;; esac
|
| H A D | config.sub | 76 version="\ 92 --version | -v ) 93 echo "$version" ; exit ;;
|
| H A D | test-driver | 64 --version) echo "test-driver $scriptversion"; exit $?;;
|
| H A D | compile | 241 Usage: compile [--help] [--version] PROGRAM [ARGS]
|
| H A D | config.guess | 59 version="\ 76 --version | -v ) 77 echo "$version" ; exit ;; 179 ldd --version 2>&1 | grep -q ^musl; then
|
| H A D | install-sh | 173 --version) echo "$0 $scriptversion"; exit $?;;
|
| /iperf/docs/ |
| H A D | dev.rst | 27 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 D | index.rst | 15 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 D | news.rst | 138 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 D | conf.py | 55 version = '3.10.1' variable
|
| H A D | obtaining.rst | 47 version of files making up a release.
|
| H A D | invoking.rst | 24 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 D | iperf3.spec.in | 9 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 D | README.md | 12 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 D | make_release | 10 print $3 }' src/version.h` 58 contents of src/version.h are used.
|
| H A D | INSTALL | 40 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 | .gitignore | 20 src/version.h
|
| H A D | configure.ac | 26 # 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 D | iperf_config.h.in | 126 /* Define to the full name and version of this package. */ 135 /* Define to the version of this package. */
|
| H A D | iperf_locale.h | 32 extern const char version[];
|
| H A D | iperf_locale.c | 238 const char version[] = PACKAGE_STRING;
|
| H A D | Makefile.am | 46 version.h
|
| H A D | iperf_client_api.c | 545 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 D | iperf_server_api.c | 461 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