Home
last modified time | relevance | path

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

/openssl/ssl/quic/
H A Dquic_channel.c163 OSSL_QUIC_TX_PACKETISER_ARGS txp_args = {0}; in ch_init() local
264 txp_args.ack_delay_exponent = 3; in ch_init()
265 txp_args.qtx = ch->qtx; in ch_init()
266 txp_args.txpim = ch->txpim; in ch_init()
267 txp_args.cfq = ch->cfq; in ch_init()
268 txp_args.ackm = ch->ackm; in ch_init()
269 txp_args.qsm = &ch->qsm; in ch_init()
275 txp_args.cc_data = ch->cc_data; in ch_init()
276 txp_args.now = get_time; in ch_init()
277 txp_args.now_arg = ch; in ch_init()
[all …]

Completed in 11 milliseconds