Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c96 uint64_t closing_bytes_recv; member
1787 if (txp->closing_bytes_recv == 0) in try_commit_conn_close()
1802 res = txp->closing_bytes_xmit + n <= txp->closing_bytes_recv * 3; in try_commit_conn_close()
1808 if (res && txp->closing_bytes_recv != 0) in try_commit_conn_close()
1816 txp->closing_bytes_recv += n; in ossl_quic_tx_packetiser_record_received_closing_bytes()

Completed in 13 milliseconds