diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2009-06-24 19:51:45 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-07-02 12:37:05 -0400 |
commit | 4d6af73db88e409764f43fc6cdaa432d667becf3 (patch) | |
tree | de8f80573fc939975f8e6e8bb0d6becf39621045 /ChangeLog | |
parent | 078c34e28e02bcb3a9fd28f3fee3c5e956ec8e1f (diff) | |
download | tor-4d6af73db88e409764f43fc6cdaa432d667becf3.tar tor-4d6af73db88e409764f43fc6cdaa432d667becf3.tar.gz |
If configured, write per-port exit statistics to disk periodically.
[Original patch series from Karsten, revised and squashed by Nick]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ Changes in version 0.2.2.1-alpha - 2009-??-?? help debug some conceivable causes of bug 930. - Directories that are configured with the --enable-geoip-stats flag now write their GeoIP stats to disk exactly every 24 hours. + - Exit nodes can write statistics on the number of exit streams and + 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. o Minor bugfixes - Hidden service clients didn't use a cached service descriptor that |