Home
last modified time | relevance | path

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

/openssl/doc/designs/quic-design/
H A Ddemuxer.md12 - multiple QUIC packets in an UDP packet handling as packet coalescing
H A Dtx-packetiser.md145 The write record layer is responsible for coalescing multiple QUIC packets
401 1000 (we are coalescing with another packet).
/openssl/ssl/quic/
H A Dquic_record_tx.c796 int coalescing = (pkt->flags & OSSL_QTX_PKT_FLAG_COALESCE) != 0; in ossl_qtx_write_pkt() local
886 coalescing = 0; in ossl_qtx_write_pkt()
888 if (!coalescing) in ossl_qtx_write_pkt()

Completed in 11 milliseconds