Home
last modified time | relevance | path

Searched refs:stream (Results 1 – 9 of 9) sorted by relevance

/iperf/src/
H A Diperf.h219 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 Diperf_auth.c357 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 Diperf_auth.h41 ssize_t iperf_getpass (char **lineptr, size_t *n, FILE *stream);
H A Diperf_api.h270 void iperf_add_stream(struct iperf_test * test, struct iperf_stream * stream);
/iperf/contrib/
H A Diperf3_to_gnuplot.py16 pp = pprint.PrettyPrinter(indent=4, stream=sys.stderr)
/iperf/docs/
H A Dfaq.rst32 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 Dnews.rst374 cases of one stream and multiple streams.
H A Dinvoking.rst276 stream. You can also add a '/' and a number to the bitrate
/iperf/
H A DRELNOTES.md290 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