diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-07-29 05:20:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-07-29 05:20:31 +0000 |
commit | 1b665b3c7e13b493e229bf308bf4de7a1d7413c3 (patch) | |
tree | e3f67d3419d4f49ee50f677528f9878c43bbedf5 /doc/TODO | |
parent | eca2a300609437ab390eac6fb5a81be006fa1af7 (diff) | |
download | tor-1b665b3c7e13b493e229bf308bf4de7a1d7413c3.tar tor-1b665b3c7e13b493e229bf308bf4de7a1d7413c3.tar.gz |
r13979@catbus: nickm | 2007-07-29 01:20:20 -0400
Implement proposal 109: As an authority, never call more than 3 servers per IP Running and Valid. Prefer Running servers to non-running ones; then prefer high-bandwidth to low-bandwidth. Needs testing.
svn:r10968
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -140,7 +140,7 @@ Things we'd like to do in 0.2.0.x: - Drop bandwidth history from router-descriptors - 105: Version negotiation for the Tor protocol - 108: Base "Stable" Flag on Mean Time Between Failures - - 109: No more than one server per IP address + o 109: No more than one server per IP address o 103: Splitting identity key from regularly used signing key o Merge with 101 into a new dir-spec.txt - 113: Simplifying directory authority administration |