summaryrefslogtreecommitdiff
path: root/changes/bug13924-fix-testing-reachability
diff options
context:
space:
mode:
Diffstat (limited to 'changes/bug13924-fix-testing-reachability')
-rw-r--r--changes/bug13924-fix-testing-reachability7
1 files changed, 0 insertions, 7 deletions
diff --git a/changes/bug13924-fix-testing-reachability b/changes/bug13924-fix-testing-reachability
deleted file mode 100644
index e10dda81a3..0000000000
--- a/changes/bug13924-fix-testing-reachability
+++ /dev/null
@@ -1,7 +0,0 @@
- o Minor bugfixes (Testing networks)
- - Stop assuming that private addresses are local when checking
- reachability in a TestingTorNetwork. Instead, when testing, assume
- all OR connections are remote. (This is necessary due to many test
- scenarios running all nodes on localhost.)
- This assists in bootstrapping a testing Tor network.
- Fixes bug 13924; bugfix on 0.1.0.1-rc. Patch by "teor".