mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
take out the reachability bandaid in 0.1.2.x as well.
maybe we will actually be able to fix it, instead. svn:r6585
This commit is contained in:
parent
e9d7904885
commit
14687fc443
@ -684,8 +684,8 @@ connection_tls_finish_handshake(connection_t *conn)
|
|||||||
* The reason this bandaid is here is because there's a bug in
|
* The reason this bandaid is here is because there's a bug in
|
||||||
* Tor 0.1.1.x where middle hops don't always send their create
|
* Tor 0.1.1.x where middle hops don't always send their create
|
||||||
* cell; so some servers rarely find themselves reachable. */
|
* cell; so some servers rarely find themselves reachable. */
|
||||||
if (!is_local_IP(conn->addr))
|
// if (!is_local_IP(conn->addr))
|
||||||
router_orport_found_reachable();
|
// router_orport_found_reachable();
|
||||||
}
|
}
|
||||||
|
|
||||||
directory_set_dirty();
|
directory_set_dirty();
|
||||||
|
Loading…
Reference in New Issue
Block a user