diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-12-30 09:06:47 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-12-30 09:06:47 -0500 |
commit | 5b770ac7b7d8c44a28666da53921be3a2dedc94c (patch) | |
tree | e1adf1d2ba532a4de20258160ca4d003123a6cee /changes/bug13924-fix-testing-reachability | |
parent | dc1aaa5b969e0fc8c7ce1eab2676588aab44abe2 (diff) | |
parent | 2b8e1f91336db7297803f4e7d2f324d6960a676c (diff) | |
download | tor-5b770ac7b7d8c44a28666da53921be3a2dedc94c.tar.gz tor-5b770ac7b7d8c44a28666da53921be3a2dedc94c.zip |
Merge branch 'no-exit-bootstrap-squashed'
Diffstat (limited to 'changes/bug13924-fix-testing-reachability')
-rw-r--r-- | changes/bug13924-fix-testing-reachability | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug13924-fix-testing-reachability b/changes/bug13924-fix-testing-reachability new file mode 100644 index 0000000000..914a159007 --- /dev/null +++ b/changes/bug13924-fix-testing-reachability @@ -0,0 +1,7 @@ + o Minor bugfixes: + - 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 bugs 13718 & 13924. |