Ver código fonte

Changes file for feature27244

Nick Mathewson 6 anos atrás
pai
commit
81a5448c18
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      changes/feature27244

+ 5 - 0
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.