From ac258d2cc8f00541772b5ae9e09505ff25c549a1 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 18 Jul 2006 03:06:12 +0000 Subject: [PATCH] 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. svn:r6786 --- src/or/router.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/or/router.c b/src/or/router.c index 40f994f6a5..160f661baa 100644 --- a/src/or/router.c +++ b/src/or/router.c @@ -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); } }