Browse Source

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


svn:r3968

Roger Dingledine 20 years ago
parent
commit
453a822425
1 changed files with 1 additions and 0 deletions
  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);
   }
 }