MCPcopy Create free account
hub / github.com/SIPp/sipp / timeout_alarm

Function timeout_alarm

src/sipp.cpp:472–479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

470}
471
472void timeout_alarm(int /*param*/)
473{
474 if (timeout_error) {
475 ERROR("%s timed out after '%.3lf' seconds", scenario_file, ((double)clock_tick / 1000LL));
476 }
477 quitting = 11;
478 timeout_exit = true;
479}
480
481/* Send loop & traffic generation*/
482

Callers

nothing calls this directly

Calls 1

ERRORFunction · 0.85

Tested by

no test coverage detected