Searched refs:reverse (Results 1 – 7 of 7) sorted by relevance
| /iperf/ |
| H A D | RELNOTES.md | 23 * Support zerocopy by reverse mode (#1204) 35 * Fix for #952, different JSON object names for bidir reverse channel 55 * Fix a bug where some --reverse tests didn't terminate (#982 / 197 * Specifying --repeating-payload and --reverse now works (#867). 257 bitrate. This bug was most noticeable on reverse direction 316 --reverse tests (#639). 777 * JSON output now indicates whether the test was run in --reverse
|
| /iperf/src/ |
| H A D | iperf_api.c | 224 return ipt->reverse; in iperf_get_test_reverse() 591 if (!ipt->reverse) { in iperf_set_test_role() 620 iperf_set_test_reverse(struct iperf_test *ipt, int reverse) in iperf_set_test_reverse() argument 622 ipt->reverse = reverse; in iperf_set_test_reverse() 623 if (!ipt->reverse) { in iperf_set_test_reverse() 748 iperf_set_test_reverse(ipt, ipt->reverse); in iperf_set_test_bidirectional() 842 …(int64_t) test->settings->bytes, (int64_t) test->settings->blocks, test->reverse?(int64_t)1:(int64… in iperf_on_test_start() 898 if (test->reverse) in iperf_on_connect() 1281 if (test->reverse) { in iperf_parse_arguments() 2131 if (test->reverse) in send_parameters() [all …]
|
| H A D | iperf.h | 318 int reverse; /* -R option */ member
|
| H A D | iperf_api.h | 182 void iperf_set_test_reverse( struct iperf_test* ipt, int reverse );
|
| H A D | iperf_udp.c | 584 …if (test->reverse) /* In reverse mode allow few packets to have the "accept" response - to handle … in iperf_udp_connect()
|
| /iperf/docs/ |
| H A D | invoking.rst | 111 indicated above, use of the -R flag will reverse these roles. 333 -R, --reverse 334 reverse the direction of a test, so that the server sends data 338 test in both directions (normal and reverse), with both the
|
| H A D | faq.rst | 169 server, try the iperf3 reverse mode (``-R``). If TSO/LSO is only
|