tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 15ea338ad57912ec302d9ae2dc6e9a489ab63ac9
parent 42278083eb69b60b7d7631a56763dd1f051beb53
Author: Mike Perry <mikeperry-git@torproject.org>
Date:   Thu,  5 Jun 2025 01:08:08 +0000

Changes file

Diffstat:
Achanges/ticket41006 | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/changes/ticket41006 b/changes/ticket41006 @@ -0,0 +1,8 @@ + o Major bugfixes (onion service directory cache): + - Preserve the download counter of an onion service descriptor across + descriptor uploads, so that recently updated descriptors don't get + pruned if there is memory pressure soon after update. Additionally, + create a separate torrc option MaxHSDirCacheBytes that defaults to the + former 20% of MaxMemInQueues threshold, but can be controlled by + relay operators under DoS. Also enforce this theshold during HSDir + uploads. Fixes bug 41006; bugfix on 0.4.8.14.