diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-07-31 16:33:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-07-31 16:33:45 -0400 |
commit | fac272da31554a8ce1095973ac7a08b3028f799f (patch) | |
tree | f9e53002ac317ad539f403b038618fc6ffe4d050 /changes | |
parent | 15424bf800a56007d802db3a9d3fe40fbdf2bee5 (diff) | |
download | tor-fac272da31554a8ce1095973ac7a08b3028f799f.tar tor-fac272da31554a8ce1095973ac7a08b3028f799f.tar.gz |
If a router is hibernating, never vote that it is Running.
Also, clean up and comment some of the logic in
dirserv_set_router_is_running.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug911_hibernate_precludes_Running | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug911_hibernate_precludes_Running b/changes/bug911_hibernate_precludes_Running new file mode 100644 index 000000000..e8f279223 --- /dev/null +++ b/changes/bug911_hibernate_precludes_Running @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Never vote for a server as "Running" if we have a descriptor for it + claiming to be hibernating, and that descriptor was published more + recently than our last contact with the server. + |