[tor-bugs] #13823 [Tor]: chutney intervals are too short for successful bootstrap, particularly under high CPU load on OS X
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Dec 9 11:36:43 UTC 2014
#13823: chutney intervals are too short for successful bootstrap, particularly
under high CPU load on OS X
------------------------+------------------------------
Reporter: teor | Owner: nickm
Type: defect | Status: new
Priority: normal | Milestone:
Component: Tor | Version:
Resolution: | Keywords: tor-auth chutney
Actual Points: | Parent ID: #13718
Points: |
------------------------+------------------------------
Changes (by teor):
* cc: rl1987 (added)
Comment:
I have consensus intervals down to a minimum of 10 seconds, as the
calculation is actually:
`V3AuthVoteDelay + V3AuthDistDelay [<] V3AuthVotingInterval/2`
`(MIN_VOTE_SECONDS + MIN_DIST_SECONDS + 1) * 2 = 10`
We won't be able to get it any lower without changing `MIN_VOTE_SECONDS`,
`MIN_DIST_SECONDS`, or the `V3AuthVoteDelay + V3AuthDistDelay [<]
V3AuthVotingInterval/2` calculation.
The src/test/test-network.sh script allows 18 seconds for chutney to
launch and do its tests, which is two consensuses.
Is 10 seconds sufficient for your purposes, rl1987?
(We spoke about this being annoying on irc almost a week ago.)
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/13823#comment:7>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list