Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_channel.c700 uint64_t cur_pkt_count, max_pkt_count, thresh_pkt_count; in txku_desirable() local
707 thresh_pkt_count = max_pkt_count / 2; in txku_desirable()
709 thresh_pkt_count = ch->txku_threshold_override; in txku_desirable()
711 return cur_pkt_count >= thresh_pkt_count; in txku_desirable()

Completed in 58 milliseconds