authority.i 967 B

1234567891011121314151617181920212223242526
  1. AuthoritativeDirectory 1
  2. V3AuthoritativeDirectory 1
  3. ContactInfo auth${nodenum}@test.test
  4. # Speed up the consensus cycle as fast as it will go.
  5. # If clock desynchronisation is an issue, increase these voting times.
  6. # V3AuthVotingInterval and TestingV3AuthInitialVotingInterval can be:
  7. # 10, 12, 15, 18, 20, ...
  8. # TestingV3AuthInitialVotingInterval can also be:
  9. # 5, 6, 8, 9
  10. # They both need to evenly divide 24 hours.
  11. # Initial Vote + Initial Dist must be less than Initial Interval
  12. #
  13. # Mixed 0.3.3 and 0.3.4 networks are unstable, due to timing changes.
  14. # When all 0.3.3 and earlier versions are obsolete, we may be able to revert to
  15. # TestingV3AuthInitialVotingInterval 5
  16. TestingV3AuthInitialVotingInterval 40
  17. TestingV3AuthInitialVoteDelay 8
  18. TestingV3AuthInitialDistDelay 8
  19. # Vote + Dist must be less than Interval/2, because when there's no consensus,
  20. # tor uses Interval/2 as the voting interval
  21. V3AuthVotingInterval 40
  22. V3AuthVoteDelay 8
  23. V3AuthDistDelay 8