[or-cvs] [tor/release-0.2.2 080/162] Remove delay to become HSDir in privnets

arma at torproject.org arma at torproject.org
Mon Dec 20 03:06:34 UTC 2010


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Tue, 26 Oct 2010 18:37:57 +0200
Subject: Remove delay to become HSDir in privnets
Commit: f87c6f100d2faf8d46e9b85d9780200495881d83

---
 src/or/config.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/or/config.c b/src/or/config.c
index d66f913..ee0c466 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -413,6 +413,7 @@ static config_var_t testing_tor_network_defaults[] = {
   V(TestingV3AuthInitialDistDelay, INTERVAL, "20 seconds"),
   V(TestingAuthDirTimeToLearnReachability, INTERVAL, "0 minutes"),
   V(TestingEstimatedDescriptorPropagationTime, INTERVAL, "0 minutes"),
+  V(MinUptimeHidServDirectoryV2, INTERVAL, "0 minutes"),
   { NULL, CONFIG_TYPE_OBSOLETE, 0, NULL }
 };
 #undef VAR
-- 
1.7.1




More information about the tor-commits mailing list