Home
last modified time | relevance | path

Searched refs:cc_limit (Results 1 – 1 of 1) sorted by relevance

/openssl/ssl/quic/
H A Dquic_txp.c429 uint64_t cc_limit,
452 uint64_t cc_limit);
772 uint64_t cc_limit = txp->args.cc_method->get_tx_allowance(txp->args.cc_data); in ossl_quic_tx_packetiser_generate() local
789 archetype = txp_determine_archetype(txp, cc_limit); in ossl_quic_tx_packetiser_generate()
800 if (!txp_should_try_staging(txp, enc_level, archetype, cc_limit, in ossl_quic_tx_packetiser_generate()
1290 uint64_t cc_limit) in txp_determine_archetype() argument
1317 if (cc_limit == 0) in txp_determine_archetype()
1327 uint64_t cc_limit, in txp_should_try_staging() argument
1340 if (!a.bypass_cc && cc_limit == 0) in txp_should_try_staging()

Completed in 10 milliseconds