]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Note that bw_accounting is obsoleted by values in the state file
authorNick Mathewson <nickm@torproject.org>
Tue, 20 Jun 2017 18:18:10 +0000 (14:18 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 20 Jun 2017 18:18:10 +0000 (14:18 -0400)
Closes ticket 16082.

changes/bug16082 [new file with mode: 0644]
doc/tor.1.txt

diff --git a/changes/bug16082 b/changes/bug16082
new file mode 100644 (file)
index 0000000..0f2f04f
--- /dev/null
@@ -0,0 +1,4 @@
+  o Documentation:
+    - Correctly note that bandwidth accounting values are stored in the
+      state file, and the bw_accounting file is now obsolete. Closes
+      ticket 16082.
index ff9fba726b0c9b87f42b6df7d35c2d8587b034ad..2459969f98eaaf55381cdfb2996571ac2a21b52e 100644 (file)
@@ -2725,8 +2725,7 @@ __DataDirectory__**/state**::
     A set of persistent key-value mappings. These are documented in
     the file. These include:
             - The current entry guards and their status.
-            - The current bandwidth accounting values (unused so far; see
-            below).
+            - The current bandwidth accounting values.
             - When the file was last written
             - What version of Tor generated the state file
             - A short history of bandwidth usage, as produced in the server
@@ -2746,8 +2745,7 @@ __DataDirectory__**/diff-cache**::
 __DataDirectory__**/bw_accounting**::
     Used to track bandwidth accounting values (when the current period starts
     and ends; how much has been read and written so far this period). This file
-    is obsolete, and the data is now stored in the \'state' file as well. Only
-    used when bandwidth accounting is enabled.
+    is obsolete, and the data is now stored in the \'state' file instead.
 
 __DataDirectory__**/control_auth_cookie**::
     Used for cookie authentication with the controller. Location can be