Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_channel.c799 uint64_t cur_pkt_count, max_pkt_count, thresh_pkt_count; in txku_desirable() local
806 thresh_pkt_count = max_pkt_count / 2; in txku_desirable()
808 thresh_pkt_count = ch->txku_threshold_override; in txku_desirable()
810 return cur_pkt_count >= thresh_pkt_count; in txku_desirable()