mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
dos: Apply circuit creation defenses if circ max queue cell reached
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>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user