diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-07-05 19:53:25 +0200 |
---|---|---|
committer | Karsten Loesing <karsten.loesing@gmx.net> | 2009-07-05 19:53:25 +0200 |
commit | b493a2ccb97e00f4fe3acb5c59c941c2babaeebb (patch) | |
tree | eec79d7610ffc84657bfed515cfd948970377e39 /ChangeLog | |
parent | 4d6af73db88e409764f43fc6cdaa432d667becf3 (diff) | |
download | tor-b493a2ccb97e00f4fe3acb5c59c941c2babaeebb.tar.gz tor-b493a2ccb97e00f4fe3acb5c59c941c2babaeebb.zip |
If configured, write cell statistics to disk periodically.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -21,6 +21,10 @@ Changes in version 0.2.2.1-alpha - 2009-??-?? transferred bytes per port to disk every 24 hours. To enable this, run configure with the --enable-exit-stats option, and set "ExitPortStatistics 1" in your torrc. + - Relays write statistics on how long cells spend in their circuit + queues to disk every 24 hours. To enable this, run configure with + the --enable-buffer-stats option, and set "CellStatistics 1" in your + torrc. o Minor bugfixes - Hidden service clients didn't use a cached service descriptor that |