Explorar o código

when you decide you're reachable, actually publish your descriptor
right then.


svn:r3968

Roger Dingledine %!s(int64=20) %!d(string=hai) anos
pai
achega
453a822425
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/or/router.c

+ 1 - 0
src/or/router.c

@@ -416,6 +416,7 @@ void router_orport_found_reachable(void) {
     if (!clique_mode(get_options()))
       log_fn(LOG_NOTICE,"Your ORPort is reachable from the outside. Excellent. Publishing server descriptor.");
     can_reach_or_port = 1;
+    consider_publishable_server(time(NULL), 1);
   }
 }