Home
last modified time | relevance | path

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

/src/crypto/openssl/include/internal/
H A Dquic_wire.h249 uint32_t ack_delay_exponent,
534 uint32_t ack_delay_exponent,
H A Dquic_txp.h37 uint32_t ack_delay_exponent; /* ACK delay exponent used when encoding. */ member
/src/crypto/openssl/ssl/quic/
H A Dquic_wire.c56 uint32_t ack_delay_exponent, in ossl_quic_wire_encode_frame_ack() argument
70 (uint64_t)1 << ack_delay_exponent); in ossl_quic_wire_encode_frame_ack()
515 uint32_t ack_delay_exponent, in ossl_quic_wire_decode_frame_ack() argument
544 (uint64_t)1 << ack_delay_exponent, in ossl_quic_wire_decode_frame_ack()
H A Dquic_txp.c1935 txp->args.ack_delay_exponent, in txp_generate_pre_token()
H A Dquic_channel.c261 txp_args.ack_delay_exponent = 3; in ch_init()
/src/crypto/openssl/test/
H A Dquic_txp_test.c1419 h.args.ack_delay_exponent, in run_script()
/src/crypto/openssl/doc/designs/quic-design/
H A Dtx-packetiser.md21 uint32_t ack_delay_exponent;