summaryrefslogtreecommitdiff
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
commitc4a74f76c519f91298973d2308261e49645f1a4a (patch)
treed0d78ea9281298224270ead0a112c86cf7e65bb3
parentd7e14d749df99a56685b0f8943d2055da5d97dc7 (diff)
downloadtor-c4a74f76c519f91298973d2308261e49645f1a4a.tar.gz
tor-c4a74f76c519f91298973d2308261e49645f1a4a.zip
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
-rw-r--r--trunk/src/or/router.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/trunk/src/or/router.c b/trunk/src/or/router.c
index 40f994f6a5..160f661baa 100644
--- a/trunk/src/or/router.c
+++ b/trunk/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);
}
}