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

right then.


svn:r3968
This commit is contained in:
Roger Dingledine 2005-04-01 09:28:14 +00:00
parent 1ff62dbd18
commit 453a822425

View File

@ -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);
}
}