Home
last modified time | relevance | path

Searched refs:now (Results 1 – 15 of 15) sorted by relevance

/iperf/src/
H A Dtimer.c126 struct iperf_time now; in tmr_create() local
129 getnow( nowP, &now ); in tmr_create()
144 t->time = now; in tmr_create()
156 struct iperf_time now, diff; in tmr_timeout() local
161 getnow( nowP, &now ); in tmr_timeout()
179 struct iperf_time now; in tmr_run() local
183 getnow( nowP, &now ); in tmr_run()
191 (t->timer_proc)( t->client_data, &now ); in tmr_run()
205 struct iperf_time now; in tmr_reset() local
207 getnow( nowP, &now ); in tmr_reset()
[all …]
H A Diperf_client_api.c170 struct iperf_time now; in create_client_timers() local
179 if (iperf_time_now(&now) < 0) { in create_client_timers()
231 struct iperf_time now; in create_client_omit_timer() local
243 if (iperf_time_now(&now) < 0) { in create_client_omit_timer()
516 struct iperf_time now; in iperf_run_client() local
569 iperf_time_now(&now); in iperf_run_client()
570 timeout = tmr_timeout(&now); in iperf_run_client()
594 iperf_time_now(&now); in iperf_run_client()
595 if (iperf_time_diff(&now, &last_receive_time, &diff_time) == 0) { in iperf_run_client()
650 iperf_time_now(&now); in iperf_run_client()
[all …]
H A Diperf_server_api.c297 struct iperf_time now; in create_server_timers() local
303 if (iperf_time_now(&now) < 0) { in create_server_timers()
357 struct iperf_time now; in create_server_omit_timer() local
364 if (iperf_time_now(&now) < 0) { in create_server_omit_timer()
438 struct iperf_time now; in iperf_run_server() local
494 iperf_time_now(&now); in iperf_run_server()
495 timeout = tmr_timeout(&now); in iperf_run_server()
527 iperf_time_now(&now); in iperf_run_server()
529 if (iperf_time_diff(&now, &last_receive_time, &diff_time) == 0) { in iperf_run_server()
813 iperf_time_now(&now); in iperf_run_server()
[all …]
H A Diperf_error.c46 time_t now; in iperf_err() local
52 time(&now); in iperf_err()
53 ltm = localtime(&now); in iperf_err()
85 time_t now; in iperf_errexit() local
91 time(&now); in iperf_errexit()
92 ltm = localtime(&now); in iperf_errexit()
H A Dt_auth.c112 time_t now = time(NULL); in test_authtoken() local
114 assert(now - decodeTime >= 0); /* time has to go forwards */ in test_authtoken()
115 assert(now - decodeTime <= 1); /* shouldn't take more than a second to run */ in test_authtoken()
H A Diperf_util.c195 struct iperf_time now, temp_time; in cpu_util() local
209 iperf_time_now(&now); in cpu_util()
213 iperf_time_diff(&now, &last, &temp_time); in cpu_util()
H A Diperf_api.c1838 struct iperf_time now; in iperf_send() local
1854 iperf_time_now(&now); in iperf_send()
1881 iperf_time_now(&now); in iperf_send()
1918 struct iperf_time now; in iperf_init_test() local
1956 struct iperf_time now; in iperf_create_send_timers() local
3136 struct iperf_time now; in iperf_reset_stats() local
3142 iperf_time_now(&now); in iperf_reset_stats()
3158 rp->start_time = now; in iperf_reset_stats()
4745 time_t now; in iperf_printf() local
4751 time(&now); in iperf_printf()
[all …]
/iperf/
H A DRELNOTES.md75 * --pidfile now works with --client mode (#1110).
230 * -B now works properly with SCTP tests. (#678 / #715)
292 now works on SCTP tests (#697).
617 * Setting CPU affinity now works on FreeBSD.
619 * Selection of TCP congestion now works on FreeBSD, and is now
621 but is now deprecated).
658 * Out-of-tree builds now work (issue #265).
891 * Setting TCP window size (-w) is now supported
895 * Stream list now managed by queue.h macros
905 * All errors now handled with iperf_error()
[all …]
H A Dconfigure.ac221 # Check for packet pacing socket option (Linux only for now).
H A Daclocal.m4307 # now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
543 dnl expand the accumulated commands and init code now:
833 # C support is built-in for now
2347 # Ok, now we have the path, separated by spaces, we can step through it
4235 # AIX 5 now supports IA64 processor
4321 # AIX 5 now supports IA64 processor
4558 # AIX 5 now supports IA64 processor
4666 # AIX 5 now supports IA64 processor
9484 # and VERSION should now be passed to AC_INIT and removed from
10223 # If the value was cached, stop now. We just wanted to have am__tar
/iperf/docs/
H A DMakefile70 @echo "Build finished; now you can process the pickle files."
75 @echo "Build finished; now you can process the JSON files."
80 @echo "Build finished; now you can run HTML Help Workshop with the" \
86 @echo "Build finished; now you can run "qcollectiongenerator" with the" \
H A D2017-04-27.txt45 questions, not bug reports or enhancement requests. We're now
66 Some of the above considerations are now documented in GitHub
71 a Frequently Asked Questions (FAQ) list, which is now available on the
H A Dnews.rst10 Discussions are now supported.
324 iperf3 project documentation can now be found at:
343 * It is now possible to get (most of) the server-side output at
357 iperf3 downloads are now hosted on a new server at ESnet:
362 Older releases will, at least for now, continue to also be available
401 * libiperf is now built as both a shared and static library; by
H A D2017-06-06.txt19 say we're basically in "release candidate" stage now.)
H A Dinvoking.rst284 which is now deprecated but (at least for now) still accepted.