Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_txp.c98 uint64_t closing_bytes_recv; member
1872 if (txp->closing_bytes_recv == 0) in try_commit_conn_close()
1887 res = txp->closing_bytes_xmit + n <= txp->closing_bytes_recv * 3; in try_commit_conn_close()
1893 if (res && txp->closing_bytes_recv != 0) in try_commit_conn_close()
1901 txp->closing_bytes_recv += n; in ossl_quic_tx_packetiser_record_received_closing_bytes()