From 36a8d6a5f0837ff12224c01f088f630aa441cbed Mon Sep 17 00:00:00 2001 From: Christian Giese Date: Mon, 25 Mar 2024 07:44:40 +0000 Subject: [PATCH] fix stream-delay-calculation This option should be default enabled! --- code/bngblaster/src/bbl_config.c | 1 + 1 file changed, 1 insertion(+) diff --git a/code/bngblaster/src/bbl_config.c b/code/bngblaster/src/bbl_config.c index 5d0d1565..a3adb0c1 100644 --- a/code/bngblaster/src/bbl_config.c +++ b/code/bngblaster/src/bbl_config.c @@ -4153,6 +4153,7 @@ bbl_config_init_defaults() g_ctx->config.traffic_autostart = true; g_ctx->config.stream_autostart = true; g_ctx->config.stream_rate_calc = true; + g_ctx->config.stream_delay_calc = true; g_ctx->config.stream_max_burst = 16; g_ctx->config.multicast_traffic_autostart = true; g_ctx->config.session_traffic_autostart = true;