diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/dont_cannibalize_onehop_circuits | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/dont_cannibalize_onehop_circuits b/changes/dont_cannibalize_onehop_circuits new file mode 100644 index 000000000..10e5fe5f3 --- /dev/null +++ b/changes/dont_cannibalize_onehop_circuits @@ -0,0 +1,6 @@ + o Refactorings: + - Make it explicit that we don't cannibalize one-hop circuits. This happens + in the wild, but doesn't turn out to be a problem because we fortunately + don't use those circuits. Many thanks to outofwords for the initial + analysis and to swissknife who confirmed that two-hop circuits are + actually created. |