mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
94b56eaa75
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>
4 lines
165 B
Plaintext
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.
|