Home
last modified time | relevance | path

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

/iperf/src/
H A Diperf_api.c200 return (uint64_t) ipt->settings->bytes; in iperf_get_test_bytes()
521 ipt->settings->bytes = (iperf_size_t) bytes; in iperf_set_test_bytes()
845 if (test->settings->bytes) in iperf_on_test_start()
1680 if (test->settings->bytes == 0 && in iperf_parse_arguments()
1689 test->settings->bytes = file_bytes; in iperf_parse_arguments()
1859 … if (multisend > 1 && test->settings->bytes != 0 && test->bytes_sent >= test->settings->bytes) in iperf_send()
2122 if (test->settings->bytes) in send_parameters()
2236 test->settings->bytes = j_p->valueint; in get_parameters()
2793 testp->settings->bytes = 0; in iperf_defaults()
3361 iperf_size_t bytes = 0; in iperf_print_intermediate() local
[all …]
H A Diperf_client_api.c663 (test->settings->bytes != 0 && (test->bytes_sent >= test->settings->bytes || in iperf_run_client()
664 test->bytes_received >= test->settings->bytes)) || in iperf_run_client()
H A Diperf.h158 iperf_size_t bytes; /* number of bytes to send */ member
H A Diperf_api.h169 void iperf_set_test_bytes( struct iperf_test* ipt, uint64_t bytes );
/iperf/contrib/
H A Diperf3.gp9 #start bytes bits_per_second retransmits snd_cwnd
/iperf/docs/
H A Dinvoking.rst311 -n, --bytes n[KMGT]
312 number of bytes to transmit (instead of -t)
321 that cannot be determined it uses 1460 bytes as a sending size.
352 set TCP/SCTP maximum segment size (MTU - 40 bytes)
429 Use repeating pattern in payload, instead of random bytes. The
H A Dfaq.rst148 bytes), iperf3 will show that data was sent in the first interval,
224 My receiver didn't get all the bytes that got sent but there was no loss. Huh?
/iperf/
H A DRELNOTES.md19 …e transfers (-F), if no end condition is set, it will automatically adjust it to file size in bytes
H A Daclocal.m41707 # (any single argument exceeding 2000 bytes causes a buffer overrun