Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_txp.c840 const size_t min_dpl = QUIC_MIN_INITIAL_DGRAM_LEN; in ossl_quic_tx_packetiser_generate() local
861 if (pad_el != QUIC_ENC_LEVEL_NUM && total_dgram_size < min_dpl) { in ossl_quic_tx_packetiser_generate()
862 size_t deficit = min_dpl - total_dgram_size; in ossl_quic_tx_packetiser_generate()
883 if (total_dgram_size < min_dpl) { in ossl_quic_tx_packetiser_generate()

Completed in 12 milliseconds