tor

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

commit 490b6ed3fe1640da4d4b1477a7ee015d5a270d9e
parent 80d6f2920e28ccbc8dc0eb767bf22b4ae9ad0123
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 18 Dec 2024 11:31:03 -0500

changes: Add file for ticket 40996

Part of #40996

Signed-off-by: David Goulet <dgoulet@torproject.org>

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

diff --git a/changes/ticket40996 b/changes/ticket40996 @@ -0,0 +1,5 @@ + o Major bugfixes (onion service directory cache): + - When the OOM killer kicks in, cleanup the descriptor cache of an HSDir by + looking at the lowest downloaded count instead of time in cache. Fixes bug + 40996; bugfix on 0.3.5.1-alpha. +