bug13924-fix-testing-reachability 373 B

1234567
  1. o Minor bugfixes:
  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 bugs 13718 & 13924.