Searched refs:closing_bytes_recv (Results 1 – 1 of 1) sorted by relevance
98 uint64_t closing_bytes_recv; member1889 if (txp->closing_bytes_recv == 0) in try_commit_conn_close()1904 res = txp->closing_bytes_xmit + n <= txp->closing_bytes_recv * 3; in try_commit_conn_close()1910 if (res && txp->closing_bytes_recv != 0) in try_commit_conn_close()1918 txp->closing_bytes_recv += n; in ossl_quic_tx_packetiser_record_received_closing_bytes()
Completed in 18 milliseconds