mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
fix stream-delay-calculation
This option should be default enabled!
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user