commit | e2fb1bf487307033a4f2635399b28b1fd9fd381b | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Mon May 09 16:30:55 2022 +0200 |
committer | Frédéric Lécaille <flecaille@haproxy.com> | Thu May 12 17:48:35 2022 +0200 |
tree | 871d2dfbe1168d35d50fb3de03507189bd7d4520 | |
parent | 806e6cf392b36bf25da93beed7bcc4ef04ccc4ed [diff] |
MINOR: quic: Send stateless reset tokens Add send_stateless_reset() to send a stateless reset packet. It prepares a packet to build a 1-RTT packet with quic_stateless_reset_token_cpy() to copy a stateless reset token derived from the cluster secret with the destination connection ID received as salt. Also add QUIC_EV_STATELESS_RST new trace event to at least to have a trace of the connection which are reset.