]> 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)
committerSergey Kandaurov <s.kandaurov@f5.com>
Thu, 26 Feb 2026 14:05:07 +0000 (18:05 +0400)
commite6ffe8384ebf1972faac9b031b9ff6182e79cfd6
tree9027106b8f2b8d73bc173bfe6ab771eede38a663
parent2f039e6f7233c7fd9ab88888642410352572c089
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