Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_ackm.c1119 OSSL_TIME loss_delay, lost_send_time, now; in ackm_detect_and_remove_lost_pkts() local
1139 lost_send_time = ossl_time_subtract(now, loss_delay); in ackm_detect_and_remove_lost_pkts()
1159 if (ossl_time_compare(pkt->time, lost_send_time) <= 0 in ackm_detect_and_remove_lost_pkts()

Completed in 9 milliseconds