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 authored and lhanjian committed Aug 27, 2024
1 parent 0b395b8 commit 43048ec
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 43048ec

Please sign in to comment.