Searched refs:cfg_runtime_ms (Results 1 – 2 of 2) sorted by relevance
63 static int cfg_runtime_ms = -1; variable451 cfg_runtime_ms = strtoul(optarg, NULL, 10) * 1000; in parse_opts()658 tstop = tnow + cfg_runtime_ms; in main()689 } while (!interrupted && (cfg_runtime_ms == -1 || tnow < tstop)); in main()
85 static int cfg_runtime_ms = 4200; variable546 tstop = gettimeofday_ms() + cfg_runtime_ms; in do_tx()660 tstop = gettimeofday_ms() + cfg_runtime_ms + cfg_receiver_wait_ms; in do_rx()756 cfg_runtime_ms = 200 + strtoul(optarg, NULL, 10) * 1000; in parse_opts()