mirror of
https://github.com/openssl/openssl.git
synced 2024-12-21 06:09:35 +08:00
QUIC: Make QUIC_CHANNEL use newreno CC
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/20423)
This commit is contained in:
parent
ab11c165f6
commit
f6f45c55ea
@ -149,7 +149,7 @@ static int ch_init(QUIC_CHANNEL *ch)
|
||||
goto err;
|
||||
|
||||
ch->have_statm = 1;
|
||||
ch->cc_method = &ossl_cc_dummy_method;
|
||||
ch->cc_method = &ossl_cc_newreno_method;
|
||||
if ((ch->cc_data = ch->cc_method->new(get_time, NULL)) == NULL)
|
||||
goto err;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user