| /iperf/src/ |
| H A D | timer.c | 71 if (iperf_time_compare(&t->time, &timers->time) < 0) { in list_add() 81 if (iperf_time_compare(&t->time, &t2->time) < 0) { in list_add() 144 t->time = now; in tmr_create() 145 iperf_time_add_usecs(&t->time, usecs); in tmr_create() 165 past = iperf_time_diff(&timers->time, &now, &diff); in tmr_timeout() 189 if (iperf_time_compare(&t->time, &now) > 0) in tmr_run() 194 iperf_time_add_usecs(&t->time, t->usecs); in tmr_run() 208 t->time = now; in tmr_reset() 209 iperf_time_add_usecs( &t->time, t->usecs ); in tmr_reset()
|
| H A D | iperf_time.c | 84 iperf_time_in_usecs(struct iperf_time *time) in iperf_time_in_usecs() argument 86 return time->secs * 1000000LL + time->usecs; in iperf_time_in_usecs() 90 iperf_time_in_secs(struct iperf_time *time) in iperf_time_in_secs() argument 92 return time->secs + time->usecs / 1000000.0; in iperf_time_in_secs()
|
| H A D | iperf_time.h | 45 uint64_t iperf_time_in_usecs(struct iperf_time *time); 47 double iperf_time_in_secs(struct iperf_time *time);
|
| H A D | timer.h | 64 struct iperf_time time; member
|
| H A D | iperf_auth.c | 68 time_t t = time(NULL); in check_authentication() 284 time_t t = time(NULL); in encode_auth_setting()
|
| H A D | iperf_error.c | 52 time(&now); in iperf_err() 91 time(&now); in iperf_errexit()
|
| H A D | t_auth.c | 112 time_t now = time(NULL); in test_authtoken()
|
| H A D | iperf_api.c | 886 now_secs = time((time_t*) 0); in iperf_on_connect() 4751 time(&now); in iperf_printf()
|
| /iperf/docs/ |
| H A D | faq.rst | 8 known bugs and issues. After spending some time trying to fix 70 time. 92 #. At the time the linking of the iperf3 profiled executable fails, 179 reduced more. It may help to increase the testing time beyond the 194 I’m using the ``--logfile`` option. How do I see file output in real time?
|
| H A D | invoking.rst | 100 -i option). Each line of output includes (at least) the time since the 216 handle one client connection, then exit. If an idle time is 217 set, the server will exit after that amount of time with no con- 247 --time-skew-thresholdsecond seconds 248 time skew threshold (in seconds) between the server and client 308 -t, --time n 309 time in seconds to transmit for (default 10 secs)
|
| H A D | 2017-04-27.txt | 52 noted that ESnet's time commitments to iperf3 are somewhat limited and 56 which we don't have the time to work on ourselves. These are good
|
| H A D | building.rst | 26 ``--disabled-shared`` or ``--disable-static`` configure-time options.
|
| H A D | index.rst | 26 and macOS. At this time, these are the only officially
|
| H A D | obtaining.rst | 72 and macOS 10.12. At this time, these are the only officially supported
|
| H A D | dev.rst | 64 -T, --ttl time-to-live, for multicast (default 1)
|
| H A D | news.rst | 30 been added (``--time-skew-threshold``, ``--bind-dev``,
|
| /iperf/contrib/ |
| H A D | iperf3.gp | 20 set xlabel "time (seconds)"
|
| /iperf/ |
| H A D | RELNOTES.md | 21 * Exit if idle time expires waiting for a connection in one-off mode (#1187, #1197) 62 and server is now configurable with the new --time-skew-threshold 273 * A bug in time skew checking under authentication was fixed (#674). 382 length of time that the client will attempt to connect to the 762 * The maximum test running time has been increased from one hour to 768 * A bug that caused CPU time to be computed incorrectly on FreeBSD 787 tools at build-time.
|
| H A D | README.md | 22 and macOS. At this time, these are the only officially supported 123 -T, --ttl time-to-live, for multicast (default 1)
|
| H A D | INSTALL | 89 same time, by placing the object files for each architecture in their 98 time in the source code directory. After you have installed the
|
| H A D | aclocal.m4 | 1732 # On MiNT this can take a long time and run out of memory. 1762 # The test takes a long time on OS/2. 2417 [User-defined run-time library search path.]) 2491 # and later when we are not doing run time linking. 3149 restored at link time]) 3178 [Compile-time system search path for libraries]) 3180 [Detected run-time system search path for libraries]) 3182 [Explicit LT_SYS_LIBRARY_PATH set during ./configure time]) 5415 # Test if we are trying to use run time linking or normal 5543 # Warning - without using the other run time loading flags, [all …]
|
| H A D | configure.ac | 132 AC_MSG_WARN([Couldn't find endian.h or sys/endian.h files: doing compile-time tests.])
|