diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2012-02-25 17:58:09 +0100 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2012-02-25 17:59:21 +0100 |
commit | 2755b09c52f78f233ed96aef41d283eb52cc89e8 (patch) | |
tree | b3486840149a9eb44d52db8b4016ec315be510c5 /changes | |
parent | f7e87f41f719f4251582acf16f13921f350095a0 (diff) | |
download | tor-2755b09c52f78f233ed96aef41d283eb52cc89e8.tar.gz tor-2755b09c52f78f233ed96aef41d283eb52cc89e8.zip |
Don't cannibalize already cannibalized circuits
This ensures we don't build circuits that have 5 hops or more. Patch
contributed by wanoskarnet, thanks!
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug5231 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug5231 b/changes/bug5231 new file mode 100644 index 0000000000..f64f7b6413 --- /dev/null +++ b/changes/bug5231 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Ensure we don't cannibalize circuits that are longer than three hops + already, so we don't end up making circuits with 5 or more hops. Patch + contributed by wanoskarnet. Fixes bug 5231; bugfix on 0.1.0.1-rc which + introduced cannibalization. |