mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-09 23:42:48 +02:00
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.