Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dcc_newreno.c102 nr->bytes_in_flight = 0; in newreno_reset()
227 *nr->p_diag_cur_bytes_in_flight = nr->bytes_in_flight; in newreno_update_diag()
291 if (nr->bytes_in_flight >= nr->cong_wnd) in newreno_get_tx_allowance()
294 return nr->cong_wnd - nr->bytes_in_flight; in newreno_get_tx_allowance()
315 nr->bytes_in_flight += num_bytes; in newreno_on_data_sent()
325 if (nr->bytes_in_flight >= nr->cong_wnd) in newreno_is_cong_limited()
328 wnd_rem = nr->cong_wnd - nr->bytes_in_flight; in newreno_is_cong_limited()
348 nr->bytes_in_flight -= 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()
[all …]
H A Dquic_ackm.c525 uint64_t bytes_in_flight; member
947 ackm->bytes_in_flight -= p->num_bytes; in ackm_on_pkts_lost()
991 ackm->bytes_in_flight -= apkt->num_bytes; in ackm_on_pkts_acked()
1106 ackm->bytes_in_flight += pkt->num_bytes; in ossl_ackm_on_tx_packet()
1243 ackm->bytes_in_flight -= pkt->num_bytes; in ossl_ackm_on_pkt_space_discarded()

Completed in 23 milliseconds