Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_channel_local.h143 unsigned char rx_ack_delay_exp; member
H A Dquic_channel.c342 ch->rx_ack_delay_exp = QUIC_DEFAULT_ACK_DELAY_EXP; in ch_init()
1375 ch->rx_ack_delay_exp = (unsigned char)v; in ch_on_transport_params()
1649 QLOG_U64("ack_delay_exponent", ch->rx_ack_delay_exp); in ch_on_transport_params()
H A Dquic_rx_depack.c69 uint32_t ack_delay_exp = ch->rx_ack_delay_exp; in depack_do_frame_ack()

Completed in 29 milliseconds