Skip to content

Commit

Permalink
default use bbr as cc instead of cubic
Browse files Browse the repository at this point in the history
  • Loading branch information
lurker-Chen committed Nov 9, 2023
1 parent e5a2a78 commit 926c27e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/ngx_http_xquic_module/ngx_http_xquic_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 926c27e

Please sign in to comment.