aboutsummaryrefslogtreecommitdiff
path: root/changes/bug16389
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug16389')
-rw-r--r--changes/bug1638913
1 files changed, 0 insertions, 13 deletions
diff --git a/changes/bug16389 b/changes/bug16389
deleted file mode 100644
index c9b10e528f..0000000000
--- a/changes/bug16389
+++ /dev/null
@@ -1,13 +0,0 @@
- o Minor features (hidden service)
- 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.
- Closes ticket 16389. \ No newline at end of file