Searched refs:bytes (Results 1 – 9 of 9) sorted by relevance
200 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 …]
663 (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()
158 iperf_size_t bytes; /* number of bytes to send */ member
169 void iperf_set_test_bytes( struct iperf_test* ipt, uint64_t bytes );
9 #start bytes bits_per_second retransmits snd_cwnd
311 -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
148 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?
19 …e transfers (-F), if no end condition is set, it will automatically adjust it to file size in bytes
1707 # (any single argument exceeding 2000 bytes causes a buffer overrun