aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@ev0ke.net>2015-08-13 15:09:05 +0200
committerDavid Goulet <dgoulet@ev0ke.net>2015-08-13 15:09:35 +0200
commit0b3fe6272e55ff41e343ba5862ded6f0324f68b9 (patch)
tree8268725abc8625f3093c7ff5044228e0f047f049
parent6b2696296640585bb6247ff6c88570c38b4b25a8 (diff)
downloadtor-0b3fe6272e55ff41e343ba5862ded6f0324f68b9.tar.gz
tor-0b3fe6272e55ff41e343ba5862ded6f0324f68b9.zip
Add changes file for #16389
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
-rw-r--r--changes/bug1638912
1 files changed, 12 insertions, 0 deletions
diff --git a/changes/bug16389 b/changes/bug16389
new file mode 100644
index 0000000000..b7eb35034a
--- /dev/null
+++ b/changes/bug16389
@@ -0,0 +1,12 @@
+ o Hidden Service Enhancement
+ Client now uses an introduction point failure cache to know when to
+ fetch or keep a descriptor in their cache.
+
+ When fetching a descriptor, for every introduction points in it, we look
+ them up in the failure cache to know if we keep the descriptor or not.
+ For this to work, everytime an introduction points is discarded (ex:
+ receiving a NACK), we note it down in our introduction cache. If all
+ introduction points for an onion service are in our failure cache, we
+ discard the descriptor and fetch a new one.
+
+ See rendcache.c for a detailed explanation of the cache's behavior.