mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 02:09:24 +01:00
2b8e1f9133
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.
8 lines
373 B
Plaintext
8 lines
373 B
Plaintext
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.
|