MCPcopy Create free account
hub / github.com/esnet/iperf / iperf_create_send_timers

Function iperf_create_send_timers

src/iperf_api.c:2300–2310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2298
2299
2300int
2301iperf_create_send_timers(struct iperf_test * test)
2302{
2303 // Note: No times for the multi-thread versions
2304 struct iperf_stream *sp;
2305
2306 SLIST_FOREACH(sp, &test->streams, streams) {
2307 sp->green_light = 1;
2308 }
2309 return 0;
2310}
2311
2312#if defined(HAVE_SSL)
2313int test_is_authorized(struct iperf_test *test){

Callers 2

iperf_run_serverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…