소스 검색

take out the reachability bandaid in 0.1.2.x as well.
maybe we will actually be able to fix it, instead.


svn:r6585

Roger Dingledine 19 년 전
부모
커밋
14687fc443
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/or/connection_or.c

+ 2 - 2
src/or/connection_or.c

@@ -684,8 +684,8 @@ connection_tls_finish_handshake(connection_t *conn)
      * 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();