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:
Hugo Landau 2023-03-02 16:04:34 +00:00 committed by Matt Caswell
parent ab11c165f6
commit f6f45c55ea

View File

@ -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;