MEDIUM: quic: Enable the new datagram probing process
authorFrédéric Lécaille <flecaille@haproxy.com>
Mon, 25 Apr 2022 08:33:12 +0000 (10:33 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 28 Apr 2022 14:22:40 +0000 (16:22 +0200)
commit7aef5f4c3f339c66dfc6f640eb031d7593076ca0
treef0717a20e3019f15b94f1d59c469c5574a6a74c4
parentda342556c33f214f684eaa81cec67a6cacf2db7e
MEDIUM: quic: Enable the new datagram probing process

Make the two I/O handlers quic_conn_io_cb() and quic_conn_app_io_cb() call
qc_dgrams_retransmit() after probing retransmissions need was detected by
the timer task (qc_process_timer()).
We must modify qc_prep_pkts() to support QUIC_TLS_ENC_LEVEL_NONE as <next_tel>
parameter when called from qc_dgrams_retransmit().
src/xprt_quic.c