[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] take out the reachability bandaid in 0.1.2.x as well.



Update of /home2/or/cvsroot/tor/src/or
In directory moria:/home/arma/work/onion/cvs/tor/src/or

Modified Files:
	connection_or.c 
Log Message:
take out the reachability bandaid in 0.1.2.x as well.
maybe we will actually be able to fix it, instead.


Index: connection_or.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/connection_or.c,v
retrieving revision 1.223
retrieving revision 1.224
diff -u -p -d -r1.223 -r1.224
--- connection_or.c	7 Jun 2006 09:18:53 -0000	1.223
+++ connection_or.c	10 Jun 2006 00:57:12 -0000	1.224
@@ -684,8 +684,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();
   }
 
   directory_set_dirty();