Searched refs:tx_time_of_last_loss (Results 1 – 1 of 1) sorted by relevance
24 OSSL_TIME tx_time_of_last_loss; member108 nr->tx_time_of_last_loss = ossl_time_zero(); in newreno_reset()276 newreno_cong(nr, nr->tx_time_of_last_loss); in newreno_flush()415 if (ossl_time_compare(info->tx_time, nr->tx_time_of_last_loss) <= 0) in newreno_on_data_lost()432 nr->tx_time_of_last_loss in newreno_on_data_lost()433 = ossl_time_max(nr->tx_time_of_last_loss, info->tx_time); in newreno_on_data_lost()465 nr->tx_time_of_last_loss = info->largest_acked_time; in newreno_on_ecn()
Completed in 5 milliseconds