Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20423)
apkt->largest_acked + 1);
}
+ ainfo.tx_time = apkt->time;
+ ainfo.tx_size = apkt->num_bytes;
+
anext = apkt->anext;
apkt->on_acked(apkt->cb_arg); /* may free apkt */
- ainfo.tx_time = apkt->time;
- ainfo.tx_size = apkt->num_bytes;
ackm->cc_method->on_data_acked(ackm->cc_data, &ainfo);
}
}
if (!TEST_uint64_t_ne(ccm->get_tx_allowance(cc), allowance2))
goto err;
- /* But it should not be as high as the origina value */
+ /* But it should not be as high as the original value */
if (!TEST_uint64_t_lt(ccm->get_tx_allowance(cc), allowance))
goto err;