[or-cvs] un-backport the reachability bandaid. let"s try to get more
arma at seul.org
arma at seul.org
Wed Jun 7 22:12:01 UTC 2006
Update of /home/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/tor-011x/tor/src/or
Modified Files:
Tag: tor-0_1_1-patches
connection_or.c
Log Message:
un-backport the reachability bandaid. let's try to get more
data first.
Index: connection_or.c
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/connection_or.c,v
retrieving revision 1.216.2.2
retrieving revision 1.216.2.3
diff -u -p -d -r1.216.2.2 -r1.216.2.3
--- connection_or.c 7 Jun 2006 08:43:41 -0000 1.216.2.2
+++ connection_or.c 7 Jun 2006 22:11:59 -0000 1.216.2.3
@@ -701,8 +701,8 @@ connection_tls_finish_handshake(connecti
* 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
* cell; so some servers rarely find themselves reachable. */
- if (!is_local_IP(conn->addr))
- router_orport_found_reachable();
+// if (!is_local_IP(conn->addr))
+// router_orport_found_reachable();
}
if (!server_mode(get_options())) { /* If I'm an OP... */
More information about the tor-commits
mailing list