diff --git a/modules/ngx_http_xquic_module/ngx_http_xquic_module.c b/modules/ngx_http_xquic_module/ngx_http_xquic_module.c index be8745d2fe..68e6c3ba32 100644 --- a/modules/ngx_http_xquic_module/ngx_http_xquic_module.c +++ b/modules/ngx_http_xquic_module/ngx_http_xquic_module.c @@ -609,7 +609,7 @@ ngx_http_xquic_init_main_conf(ngx_conf_t *cf, void *conf) } if (qmcf->congestion_control.data == NULL) { - ngx_str_set(&(qmcf->congestion_control), "cubic"); + ngx_str_set(&(qmcf->congestion_control), "bbr"); } if (qmcf->pacing_on == NGX_CONF_UNSET) {