Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel.c801 uint64_t cur_pkt_count, max_pkt_count, thresh_pkt_count; in txku_desirable() local
806 max_pkt_count = ossl_qtx_get_max_epoch_pkt_count(ch->qtx, enc_level); in txku_desirable()
808 thresh_pkt_count = max_pkt_count / 2; in txku_desirable()