diff options
author | Christopher Baines <cbaines8@gmail.com> | 2013-11-29 21:56:54 +0000 |
---|---|---|
committer | Christopher Baines <cbaines8@gmail.com> | 2013-11-29 21:56:54 +0000 |
commit | 1a229ce58496deb5336943bd53919b6b66bcbed2 (patch) | |
tree | ef9f496839d719cb60706838d31c9a96ff5472fd /torrc_templates/intro.tmpl | |
parent | fad78679d34e4f345b13942e9bbdc0ddbbb52e13 (diff) | |
download | chutney-1a229ce58496deb5336943bd53919b6b66bcbed2.tar chutney-1a229ce58496deb5336943bd53919b6b66bcbed2.tar.gz |
Add some things
Diffstat (limited to 'torrc_templates/intro.tmpl')
-rw-r--r-- | torrc_templates/intro.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/torrc_templates/intro.tmpl b/torrc_templates/intro.tmpl new file mode 100644 index 0000000..f2d7d08 --- /dev/null +++ b/torrc_templates/intro.tmpl @@ -0,0 +1,11 @@ +${include:common.i} +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 + +Log [rend]debug file ${dir}/intro.log |