]> git.kaiwu.me - nginx.git/commit
QUIC: Stateless Reset rate limiting.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 25 Feb 2026 17:09:21 +0000 (21:09 +0400)
committerRoman Arutyunyan <arutyunyan.roman@gmail.com>
Tue, 24 Mar 2026 18:33:23 +0000 (22:33 +0400)
commit7ac4e6b106ea926b57ccef1ec0fe2559dda7dc5c
tree06904093095993f6a6c62076a40134b4e543b8e0
parente0c5fd912f1cb37fe7a69a61c9fd95d1ebc33c61
QUIC: Stateless Reset rate limiting.

It uses a bloom filter to limit sending Stateless Reset packets no more
than once per second in average for the given address.  This allows to
address resource asymmetry from precomputed packets, as well as to limit
potential Stateless Reset exchange.
src/event/quic/ngx_event_quic_output.c