diff options
author | George Kadianakis <desnacked@riseup.net> | 2015-04-02 15:58:33 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-03 09:47:40 -0400 |
commit | 929a8f199bc236c39794f675a7bb8ad00b155257 (patch) | |
tree | 83100b5ce69f86e2f5b80bd90c0e175b63e820d5 /changes | |
parent | c1b36488e9c318fc414220e8549624b423560ad2 (diff) | |
download | tor-929a8f199bc236c39794f675a7bb8ad00b155257.tar.gz tor-929a8f199bc236c39794f675a7bb8ad00b155257.zip |
Decrease the amount of rend circ relaunches for hidden services.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11447 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug11447 b/changes/bug11447 new file mode 100644 index 0000000000..8cd4f5b467 --- /dev/null +++ b/changes/bug11447 @@ -0,0 +1,5 @@ + o Minor features (DoS-resistance): + - Decrease the amount of reattempts that a hidden service is + willing to perform when its rendezvous circuits fail. This + reduces the computational cost for hidden service under heavy + load. Resolves ticket #11447.
\ No newline at end of file |