Home
last modified time | relevance | path

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

/openssl/include/internal/
H A Dquic_cc.h23 size_t tx_size; member
31 size_t tx_size; member
/openssl/ssl/quic/
H A Dcc_newreno.c348 nr->bytes_in_flight -= info->tx_size; in newreno_on_data_acked()
381 nr->cong_wnd += info->tx_size; in newreno_on_data_acked()
385 nr->bytes_acked += info->tx_size; in newreno_on_data_acked()
408 if (info->tx_size > nr->bytes_in_flight) in newreno_on_data_lost()
411 nr->bytes_in_flight -= info->tx_size; in newreno_on_data_lost()
H A Dquic_ackm.c962 loss_info.tx_size = p->num_bytes; in ackm_on_pkts_lost()
1010 ainfo.tx_size = apkt->num_bytes; in ackm_on_pkts_acked()
/openssl/test/
H A Dquic_cc_test.c235 loss_info.tx_size = pkt->size; in net_sim_process_one()
250 ack_info.tx_size = pkt->size; in net_sim_process_one()
542 ack_info.tx_size = 1200; in test_sanity()
581 loss_info.tx_size = 1200; in test_sanity()
587 loss_info.tx_size = 1300; in test_sanity()

Completed in 14 milliseconds