New option exit_only_after_terminate to prevent Bro from exiting.

If set, the main loop won't terminate before somebody calls
terminate().

This should make input framework testing more reliable I'd hope.
This commit is contained in:
Robin Sommer 2013-01-18 17:34:33 -08:00
parent fdf79196c6
commit 4f39470c1b
3 changed files with 12 additions and 1 deletions

View file

@ -6,6 +6,7 @@ const ignore_keep_alive_rexmit: bool;
const skip_http_data: bool;
const use_conn_size_analyzer: bool;
const report_gaps_for_partial: bool;
const exit_only_after_terminate: bool;
const NFS3::return_data: bool;
const NFS3::return_data_max: count;