Searched refs:stream (Results 1 – 9 of 9) sorted by relevance
| /iperf/src/ |
| H A D | iperf.h | 219 int (*rcv) (struct iperf_stream * stream); 220 int (*snd) (struct iperf_stream * stream); 223 int (*rcv2) (struct iperf_stream * stream); 224 int (*snd2) (struct iperf_stream * stream);
|
| H A D | iperf_auth.c | 357 ssize_t iperf_getpass (char **lineptr, size_t *n, FILE *stream) { in iperf_getpass() argument 362 if (tcgetattr (fileno (stream), &old) != 0) in iperf_getpass() 366 if (tcsetattr (fileno (stream), TCSAFLUSH, &new) != 0) in iperf_getpass() 371 nread = getline (lineptr, n, stream); in iperf_getpass() 374 (void) tcsetattr (fileno (stream), TCSAFLUSH, &old); in iperf_getpass()
|
| H A D | iperf_auth.h | 41 ssize_t iperf_getpass (char **lineptr, size_t *n, FILE *stream);
|
| H A D | iperf_api.h | 270 void iperf_add_stream(struct iperf_test * test, struct iperf_stream * stream);
|
| /iperf/contrib/ |
| H A D | iperf3_to_gnuplot.py | 16 pp = pprint.PrettyPrinter(indent=4, stream=sys.stderr)
|
| /iperf/docs/ |
| H A D | faq.rst | 32 iperf3 parallel stream performance is much less than iperf2. Why? 35 …/fasterdata.es.net/performance-testing/network-troubleshooting-tools/iperf/multi-stream-iperf3/>`_. 222 …- https://fasterdata.es.net/performance-testing/network-troubleshooting-tools/iperf/multi-stream-i…
|
| H A D | news.rst | 374 cases of one stream and multiple streams.
|
| H A D | invoking.rst | 276 stream. You can also add a '/' and a number to the bitrate
|
| /iperf/ |
| H A D | RELNOTES.md | 290 ephemeral port number allocation that can make multi-stream iperf3 493 * A --forceflush flag has been added to flush the output stream 804 there is only one stream. This change makes consuming the JSON 911 * on_new_stream - executes after a new stream is created 921 * Parallel UDP stream support
|