[or-cvs] Start publishing one minute or so after we find our ORPort

arma at seul.org arma at seul.org
Tue Jul 18 03:06:15 UTC 2006


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

Modified Files:
	router.c 
Log Message:
Start publishing one minute or so after we find our ORPort
to be reachable. This will help reduce the number of descriptors
we have for ourselves floating around, since it's quite likely
other things (e.g. DirPort) will change during that minute too.


Index: router.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/router.c,v
retrieving revision 1.274
retrieving revision 1.275
diff -u -p -d -r1.274 -r1.275
--- router.c	17 Jul 2006 19:33:54 -0000	1.274
+++ router.c	18 Jul 2006 03:06:12 -0000	1.275
@@ -468,7 +468,6 @@ router_orport_found_reachable(void)
                  " Publishing server descriptor." : "");
     can_reach_or_port = 1;
     mark_my_descriptor_dirty();
-    consider_publishable_server(1);
   }
 }
 



More information about the tor-commits mailing list