bug13924-fix-testing-reachability 421 B

1234567
  1. o Minor bugfixes (Testing networks)
  2. - Stop assuming that private addresses are local when checking
  3. reachability in a TestingTorNetwork. Instead, when testing, assume
  4. all OR connections are remote. (This is necessary due to many test
  5. scenarios running all nodes on localhost.)
  6. This assists in bootstrapping a testing Tor network.
  7. Fixes bug 13924; bugfix on 0.1.0.1-rc. Patch by "teor".