bug16389 644 B

123456789101112
  1. o Hidden Service Enhancement
  2. Client now uses an introduction point failure cache to know when to
  3. fetch or keep a descriptor in their cache.
  4. When fetching a descriptor, for every introduction points in it, we look
  5. them up in the failure cache to know if we keep the descriptor or not.
  6. For this to work, everytime an introduction points is discarded (ex:
  7. receiving a NACK), we note it down in our introduction cache. If all
  8. introduction points for an onion service are in our failure cache, we
  9. discard the descriptor and fetch a new one.
  10. See rendcache.c for a detailed explanation of the cache's behavior.