diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-09-23 18:24:20 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-09-23 18:24:20 +0000 |
commit | f28fc83ea57a3964457996238daf2f1697685185 (patch) | |
tree | 8d58dc722156c05322725b830180fb34a12d9eeb /ChangeLog | |
parent | 29abfab8bfdc14d4f2f725aee6755dfc2bd6036b (diff) | |
download | tor-f28fc83ea57a3964457996238daf2f1697685185.tar.gz tor-f28fc83ea57a3964457996238daf2f1697685185.zip |
More logging for mtbf/wfu calculations.
svn:r16941
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ Changes in version 0.2.1.6-alpha - 2008-09-xx default (i.e. new default value for HidServDirectoryV2 is 1). - Serve the latest v3 networkstatus consensus via the control port. Use "getinfo dir/status-vote/current/consensus" to fetch it. + - Better logging about stability/reliability calculations on directory + servers. o Code simplifications and refactoring: - Revise the connection_new functions so that a more typesafe variant |