Commit 453a8224 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

when you decide you're reachable, actually publish your descriptor

right then.


svn:r3968
parent 1ff62dbd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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);
  }
}