| 470 | } |
| 471 | |
| 472 | void 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 |