Skip to content
Snippets Groups Projects
Commit 0b3fe627 authored by David Goulet's avatar David Goulet
Browse files

Add changes file for #16389


Signed-off-by: default avatarDavid Goulet <dgoulet@ev0ke.net>
parent 6b269629
No related branches found
No related tags found
No related merge requests found
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment