mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
35bbf2e4a4
Prop210: Add attempt-based connection schedules Existing tor schedules increment the schedule position on failure, then retry the connection after the scheduled time. To make multiple simultaneous connections, we need to increment the schedule position when making each attempt, then retry a (potentially simultaneous) connection after the scheduled time. (Also change find_dl_schedule_and_len to find_dl_schedule, as it no longer takes or returns len.) Prop210: Add multiple simultaneous consensus downloads for clients Make connections on TestingClientBootstrapConsensus*DownloadSchedule, incrementing the schedule each time the client attempts to connect. Check if the number of downloads is less than TestingClientBootstrapConsensusMaxInProgressTries before trying any more connections. |
||
---|---|---|
.. | ||
contrib | ||
HACKING | ||
asciidoc-helper.sh | ||
building-tor-msvc.txt | ||
include.am | ||
state-contents.txt | ||
tor-gencert.1.txt | ||
tor-resolve.1.txt | ||
tor.1.txt | ||
torify.1.txt | ||
torrc_format.txt | ||
TUNING |