diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-02-04 12:26:59 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-02-04 12:26:59 -0500 |
commit | 69f7c0385b16acdfa4a38cb36c86aaceebf61301 (patch) | |
tree | e252207389dbc10af5937a7bca14a26943962510 /doc | |
parent | a6c811313af3cfda1fca1d7595e9259f51d6ffd0 (diff) | |
parent | e9803aa71003079cc00a8b3c80324581758a36be (diff) | |
download | tor-69f7c0385b16acdfa4a38cb36c86aaceebf61301.tar.gz tor-69f7c0385b16acdfa4a38cb36c86aaceebf61301.zip |
Merge remote branch 'origin/maint-0.2.2' for bug2203_rebased
There was a merge conflict in routerlist.c due to the new node_t logic.
Conflicts:
src/or/routerlist.c
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index df1b798736..49b64e8a92 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1632,6 +1632,11 @@ * If consensus-method 7 or later is in use, the params line is included in the output. + * If the consensus method is under 11, bad exits are considered as + possible exits when computing bandwidth weights. Otherwise, if + method 11 or later is in use, any router that is determined to get + the BadExit flag doesn't count when we're calculating weights. + The signatures at the end of a consensus document are sorted in ascending order by identity digest. |