aboutsummaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-07-18 03:06:12 +0000
committerRoger Dingledine <arma@torproject.org>2006-07-18 03:06:12 +0000
commitac258d2cc8f00541772b5ae9e09505ff25c549a1 (patch)
tree7206e47153ddc6731a9382f080c31acc901e774c /src/or
parent7fcb267e2419b7159146ff35ccc3e95d7e6b26f8 (diff)
downloadtor-ac258d2cc8f00541772b5ae9e09505ff25c549a1.tar
tor-ac258d2cc8f00541772b5ae9e09505ff25c549a1.tar.gz
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
Diffstat (limited to 'src/or')
-rw-r--r--src/or/router.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/or/router.c b/src/or/router.c
index 40f994f6a..160f661ba 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);
}
}