aboutsummaryrefslogtreecommitdiff
path: root/torrc_templates/relay.tmpl
diff options
context:
space:
mode:
authorLinus Nordberg <linus@torproject.org>2013-06-05 15:48:57 +0200
committerLinus Nordberg <linus@torproject.org>2013-06-08 15:31:56 +0200
commit933e49a8b29232d4dc2d430b25868ca0ffea6caf (patch)
tree3e64af6fbdcbae36fc4c03d3ef2d07a7fe1dfa15 /torrc_templates/relay.tmpl
parent2ce7c427d1e916b083c81781a17beb35dc5713e2 (diff)
downloadchutney-933e49a8b29232d4dc2d430b25868ca0ffea6caf.tar
chutney-933e49a8b29232d4dc2d430b25868ca0ffea6caf.tar.gz
Use new Tor option TestingV3AuthVotingStartOffset to bootstrap quicker.
Note that this match makes us require Tor with support for TestingV3AuthVotingStartOffset, something which is not in any released Tor yet. Note also that the way TestingV3AuthVotingStartOffset is set in the torrc's is not very Chutneyesk -- it should use the templating system.
Diffstat (limited to 'torrc_templates/relay.tmpl')
-rw-r--r--torrc_templates/relay.tmpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/torrc_templates/relay.tmpl b/torrc_templates/relay.tmpl
index 09dd1f0..2f4b7f1 100644
--- a/torrc_templates/relay.tmpl
+++ b/torrc_templates/relay.tmpl
@@ -3,3 +3,7 @@ SocksPort 0
OrPort $orport
Address $ip
DirPort $dirport
+#NOTE: Setting TestingServerConsensusDownloadSchedule doesn't
+# help -- dl_stats.schedule is not DL_SCHED_CONSENSUS
+# at boostrap time.
+TestingServerDownloadSchedule 10, 2, 2, 4, 4, 8, 13, 18, 25, 40, 60