tor/changes/ticket40253
David Goulet 94b56eaa75 dos: New client connect rate detection
This is a new detection type which is that a relay can now control the rate of
client connections from a single address.

The mechanism is pretty simple, if the rate/burst is reached, the address is
marked for a period of time and any connection from that address is denied.

Closes #40253

Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-02-22 15:48:42 -05:00

4 lines
165 B
Plaintext

o Major feature (relay, denial of service):
- Add a new DoS subsystem feature to control the rate of client connections
for relays. Closes ticket 40253.