]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add changes file for #16389
authorDavid Goulet <dgoulet@ev0ke.net>
Thu, 13 Aug 2015 13:09:05 +0000 (15:09 +0200)
committerDavid Goulet <dgoulet@ev0ke.net>
Thu, 13 Aug 2015 13:09:35 +0000 (15:09 +0200)
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
changes/bug16389 [new file with mode: 0644]

diff --git a/changes/bug16389 b/changes/bug16389
new file mode 100644 (file)
index 0000000..b7eb350
--- /dev/null
@@ -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.