commit | 7aef5f4c3f339c66dfc6f640eb031d7593076ca0 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon Apr 25 10:33:12 2022 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Thu Apr 28 16:22:40 2022 +0200 |
tree | f0717a20e3019f15b94f1d59c469c5574a6a74c4 | |
parent | da342556c33f214f684eaa81cec67a6cacf2db7e [diff] |
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().