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

Function iperf_set_test_duration

src/iperf_api.c:467–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

465}
466
467void
468iperf_set_test_duration(struct iperf_test *ipt, int duration)
469{
470 ipt->duration = duration;
471}
472
473void
474iperf_set_test_reporter_interval(struct iperf_test *ipt, double reporter_interval)

Callers 1

mainFunction · 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…