tor/changes/ticket40680
David Goulet a2c034d8f5 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>
2022-10-26 14:05:28 -04:00

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.