[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] when you decide you"re reachable, actually publish your des...



Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	router.c 
Log Message:
when you decide you're reachable, actually publish your descriptor
right then.


Index: router.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/router.c,v
retrieving revision 1.164
retrieving revision 1.165
diff -u -d -r1.164 -r1.165
--- router.c	1 Apr 2005 07:42:32 -0000	1.164
+++ router.c	1 Apr 2005 09:28:14 -0000	1.165
@@ -416,6 +416,7 @@
     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);
   }
 }