diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-10-08 11:48:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-08 11:48:33 -0400 |
commit | c8c22980151b220ec79fc2979bc7db3a9fe962d5 (patch) | |
tree | 1f739b7bae458cf0f397e1be2eececa0a6d534a4 /changes | |
parent | 245ecfff36c0cecc8e4aef5ad8c062d7d4c07955 (diff) | |
download | tor-c8c22980151b220ec79fc2979bc7db3a9fe962d5.tar.gz tor-c8c22980151b220ec79fc2979bc7db3a9fe962d5.zip |
Simply route length generation code.
The old code had logic to use a shorter path length if we didn't
have enough nodes. But we don't support 2-node networks anwyay.
Fix for #9926. I'm not calling this a bugfix on any particular
version, since a 2-node network would fail to work for you for a lot
of other reasons too, and it's not clear to me when that began, or if
2-node networks would ever have worked.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9926 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug9926 b/changes/bug9926 new file mode 100644 index 0000000000..51af5e088e --- /dev/null +++ b/changes/bug9926 @@ -0,0 +1,6 @@ + o Minor bugfixes: + - Remove some old fallback code designed to keep Tor clients working + in a network with only two working nodes. Elsewhere in the code we + have long since stopped supporting such networks, so there wasn't + much point in keeping it around. Fixes bug 9926. + |