mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 06:21:55 +01:00
Add changes file for #16389
Signed-off-by: David Goulet <dgoulet@ev0ke.net>
This commit is contained in:
parent
6b26962966
commit
0b3fe6272e
1 changed files with 12 additions and 0 deletions
12
changes/bug16389
Normal file
12
changes/bug16389
Normal file
|
@ -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.
|
Loading…
Add table
Reference in a new issue