mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
a2c034d8f5
This adds two consensus parameters to control the outbound max circuit queue cell size limit and how many times it is allowed to reach that limit for a single client IP. Closes #40680 Signed-off-by: David Goulet <dgoulet@torproject.org>
7 lines
317 B
Plaintext
7 lines
317 B
Plaintext
o Minor feature (relay, DoS):
|
|
- Apply circuit creation anti-DoS defenses if the outbound circuit max cell
|
|
queue size is reached too many times. This introduces two new consensus
|
|
parameters to control the queue size limit and number of times allowed to
|
|
go over that limit. Close ticket 40680.
|
|
|