Block multiple introductions on the same intro circuit.

This commit is contained in:
George Kadianakis
2015-04-01 14:33:09 +01:00
committed by Nick Mathewson
parent 9063f29160
commit a7eae4ddc5
3 changed files with 20 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (DoS-resistance):
- Make it harder for attackers to overwhelm hidden services with
introductions, by blocking multiple introduction requests on the
same circuit. Resolves ticket #15515.