tor

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

commit 81a5448c187458ea3edcc0a72044a4cfdf0273bf
parent 04bb70199be924804708bd4ace18b28b5acdbf19
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 11 Sep 2018 11:54:37 -0400

Changes file for feature27244

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

diff --git a/changes/feature27244 b/changes/feature27244 @@ -0,0 +1,5 @@ + o Minor features (memory usage): + - Tor clients no longer need to keep the full text of a consensus in + memory in order to parse it, or apply a diff to it. Instead, they + use mmap() to read the consensus files from disk. Closes ticket + 27244.