Searched refs:number (Results 1 – 15 of 15) sorted by relevance
| /iperf/src/ |
| H A D | cjson.h | 273 …JSON*) cJSON_AddNumberToObject(cJSON * const object, const char * const name, const double number); 280 #define cJSON_SetIntValue(object, number) ((object) ? (object)->valueint = (object)->valuedouble = … argument 282 CJSON_PUBLIC(double) cJSON_SetNumberHelper(cJSON *object, double number); 283 …efine cJSON_SetNumberValue(object, number) ((object != NULL) ? cJSON_SetNumberHelper(object, (doub… argument
|
| H A D | cjson.c | 314 double number = 0; in parse_number() local 360 number = strtod((const char*)number_c_string, (char**)&after_end); in parse_number() 366 item->valuedouble = number; in parse_number() 369 if (number >= LLONG_MAX) in parse_number() 373 else if (number <= (double)LLONG_MIN) in parse_number() 379 item->valueint = (int64_t)number; in parse_number() 391 if (number >= LLONG_MAX) in cJSON_SetNumberHelper() 395 else if (number <= (double)LLONG_MIN) in cJSON_SetNumberHelper() 401 object->valueint = (int64_t)number; in cJSON_SetNumberHelper() 404 return object->valuedouble = number; in cJSON_SetNumberHelper() [all …]
|
| H A D | iperf_config.h.in | 143 /* Version number of package */
|
| /iperf/docs/ |
| H A D | invoking.rst | 79 number needs to be specified on the client as well: 156 number). In addition, on the client side you can override the 195 for this number of ms (default to 12000 ms, or 2 minutes). 222 one-off mode, this is the number of seconds the server will wait 232 can be specified by adding a '/' and a number to the bitrate 276 stream. You can also add a '/' and a number to the bitrate 278 number of packets without pausing, even if that temporarily 312 number of bytes to transmit (instead of -t) 315 number of blocks (packets) to transmit (instead of -t or -n) 329 number of parallel client streams to run. Note that iperf3 is [all …]
|
| H A D | news.rst | 71 some minor enhancements, and fixes a number of bugs. More details can 102 iperf 3.4 fixes a number of minor bugs and adds a few enhancements. 110 New minor release of iperf 3.3, fixing a number of minor bugs. 243 platforms, and a number of bug fixes. 346 * A number of bugs with ``--json`` output have been fixed. 393 fixes a number of bugs, many reported by users, adds a few minor 421 code unofficially released carrying a 3.0.0 version number. Because
|
| H A D | 2017-04-27.txt | 14 McMahon of Broadcom. He (and other contributors) have fixed a number 44 180 open issues to less than 75. A number of these issues were user
|
| H A D | dev.rst | 50 -k, --blockcount #[KMG] number of blocks (packets) to transmit (instead 145 vi RELEASE_NOTES # update version number and release date 153 # Assuming that $VERSION is the version number to be released...
|
| H A D | 2017-06-06.txt | 8 3.2.x series. These changes include fixes for a number of
|
| H A D | index.rst | 19 other programs. iperf3 also incorporates a number of features found in
|
| H A D | faq.rst | 20 problems with iperf2, and added a number of new features similar to 46 There are a number of reasons for building an iperf3 executable with 245 http://stackoverflow.com/ has a number of iperf3-related questions
|
| /iperf/ |
| H A D | README.md | 16 other programs. iperf3 also has a number of features found in other tools 111 iperf3 contains a number of options and functions not present in
|
| H A D | RELNOTES.md | 290 ephemeral port number allocation that can make multi-stream iperf3 392 (partially) fixed by try to not count the sequence number gaps 415 * cJSON has been updated to 1.5.2 (#573), bringing in a number of 687 number. 868 -k, --blockcount #[KMG] number of blocks (packets) to transmit
|
| H A D | aclocal.m4 | 659 -V, --version print version number, then exit 9540 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
|
| /iperf/config/ |
| H A D | ax_check_openssl.m4 | 11 # Look for OpenSSL in a number of default spots, or in a user-selected
|
| H A D | ltmain.sh | 6612 /* Count number of arguments. */ 7472 -version-number)
|