diff options
author | Roger Dingledine <arma@torproject.org> | 2006-07-18 03:06:12 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2006-07-18 03:06:12 +0000 |
commit | ac258d2cc8f00541772b5ae9e09505ff25c549a1 (patch) | |
tree | 7206e47153ddc6731a9382f080c31acc901e774c /src/or | |
parent | 7fcb267e2419b7159146ff35ccc3e95d7e6b26f8 (diff) | |
download | tor-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.c | 1 |
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); } } |