mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 02:09:24 +01:00
Clean up the documentation for *DownloadInitialDelay
This commit is contained in:
parent
5102208447
commit
3b2ed849c8
@ -1732,32 +1732,29 @@ The following options are useful only for clients (that is, if
|
|||||||
directory authorities do not choose a value, Tor will default to 0.6.
|
directory authorities do not choose a value, Tor will default to 0.6.
|
||||||
(Default: -1)
|
(Default: -1)
|
||||||
|
|
||||||
[[ClientBootstrapConsensusAuthorityDownloadSchedule]] **ClientBootstrapConsensusAuthorityDownloadSchedule** __N__,__N__,__...__::
|
[[ClientBootstrapConsensusAuthorityDownloadInitialDelay]] **ClientBootstrapConsensusAuthorityDownloadInitialDelay** __N__::
|
||||||
Schedule for when clients should download consensuses from authorities
|
Initial delay in seconds for when clients should download consensuses from authorities
|
||||||
if they are bootstrapping (that is, they don't have a usable, reasonably
|
if they are bootstrapping (that is, they don't have a usable, reasonably
|
||||||
live consensus). Only used by clients fetching from a list of fallback
|
live consensus). Only used by clients fetching from a list of fallback
|
||||||
directory mirrors. This schedule is advanced by (potentially concurrent)
|
directory mirrors. This schedule is advanced by (potentially concurrent)
|
||||||
connection attempts, unlike other schedules, which are advanced by
|
connection attempts, unlike other schedules, which are advanced by
|
||||||
connection failures. (Default: 6, 11, 3600, 10800, 25200, 54000, 111600,
|
connection failures. (Default: 6)
|
||||||
262800)
|
|
||||||
|
|
||||||
[[ClientBootstrapConsensusFallbackDownloadSchedule]] **ClientBootstrapConsensusFallbackDownloadSchedule** __N__,__N__,__...__::
|
[[ClientBootstrapConsensusFallbackDownloadInitialDelay]] **ClientBootstrapConsensusFallbackDownloadInitialDelay** __N__::
|
||||||
Schedule for when clients should download consensuses from fallback
|
Initial delay in seconds for when clients should download consensuses from fallback
|
||||||
directory mirrors if they are bootstrapping (that is, they don't have a
|
directory mirrors if they are bootstrapping (that is, they don't have a
|
||||||
usable, reasonably live consensus). Only used by clients fetching from a
|
usable, reasonably live consensus). Only used by clients fetching from a
|
||||||
list of fallback directory mirrors. This schedule is advanced by
|
list of fallback directory mirrors. This schedule is advanced by
|
||||||
(potentially concurrent) connection attempts, unlike other schedules,
|
(potentially concurrent) connection attempts, unlike other schedules,
|
||||||
which are advanced by connection failures. (Default: 0, 1, 4, 11, 3600,
|
which are advanced by connection failures. (Default: 0)
|
||||||
10800, 25200, 54000, 111600, 262800)
|
|
||||||
|
|
||||||
[[ClientBootstrapConsensusAuthorityOnlyDownloadSchedule]] **ClientBootstrapConsensusAuthorityOnlyDownloadSchedule** __N__,__N__,__...__::
|
[[ClientBootstrapConsensusAuthorityOnlyDownloadInitialDelay]] **ClientBootstrapConsensusAuthorityOnlyDownloadInitialDelay** __N__::
|
||||||
Schedule for when clients should download consensuses from authorities
|
Initial delay in seconds for when clients should download consensuses from authorities
|
||||||
if they are bootstrapping (that is, they don't have a usable, reasonably
|
if they are bootstrapping (that is, they don't have a usable, reasonably
|
||||||
live consensus). Only used by clients which don't have or won't fetch
|
live consensus). Only used by clients which don't have or won't fetch
|
||||||
from a list of fallback directory mirrors. This schedule is advanced by
|
from a list of fallback directory mirrors. This schedule is advanced by
|
||||||
(potentially concurrent) connection attempts, unlike other schedules,
|
(potentially concurrent) connection attempts, unlike other schedules,
|
||||||
which are advanced by connection failures. (Default: 0, 3, 7, 3600,
|
which are advanced by connection failures. (Default: 0)
|
||||||
10800, 25200, 54000, 111600, 262800)
|
|
||||||
|
|
||||||
[[ClientBootstrapConsensusMaxInProgressTries]] **ClientBootstrapConsensusMaxInProgressTries** __NUM__::
|
[[ClientBootstrapConsensusMaxInProgressTries]] **ClientBootstrapConsensusMaxInProgressTries** __NUM__::
|
||||||
Try this many simultaneous connections to download a consensus before
|
Try this many simultaneous connections to download a consensus before
|
||||||
@ -2888,12 +2885,9 @@ The following options are used for running a testing Tor network.
|
|||||||
AssumeReachable 1
|
AssumeReachable 1
|
||||||
AuthDirMaxServersPerAddr 0
|
AuthDirMaxServersPerAddr 0
|
||||||
AuthDirMaxServersPerAuthAddr 0
|
AuthDirMaxServersPerAuthAddr 0
|
||||||
ClientBootstrapConsensusAuthorityDownloadSchedule 0, 2,
|
ClientBootstrapConsensusAuthorityDownloadInitialDelay 0
|
||||||
4 (for 40 seconds), 8, 16, 32, 60
|
ClientBootstrapConsensusFallbackDownloadInitialDelay 0
|
||||||
ClientBootstrapConsensusFallbackDownloadSchedule 0, 1,
|
ClientBootstrapConsensusAuthorityOnlyDownloadInitialDelay 0
|
||||||
4 (for 40 seconds), 8, 16, 32, 60
|
|
||||||
ClientBootstrapConsensusAuthorityOnlyDownloadSchedule 0, 1,
|
|
||||||
4 (for 40 seconds), 8, 16, 32, 60
|
|
||||||
ClientDNSRejectInternalAddresses 0
|
ClientDNSRejectInternalAddresses 0
|
||||||
ClientRejectInternalAddresses 0
|
ClientRejectInternalAddresses 0
|
||||||
CountPrivateBandwidth 1
|
CountPrivateBandwidth 1
|
||||||
@ -2908,12 +2902,12 @@ The following options are used for running a testing Tor network.
|
|||||||
TestingV3AuthInitialDistDelay 20 seconds
|
TestingV3AuthInitialDistDelay 20 seconds
|
||||||
TestingAuthDirTimeToLearnReachability 0 minutes
|
TestingAuthDirTimeToLearnReachability 0 minutes
|
||||||
TestingEstimatedDescriptorPropagationTime 0 minutes
|
TestingEstimatedDescriptorPropagationTime 0 minutes
|
||||||
TestingServerDownloadSchedule 0, 0, 0, 5, 10, 15, 20, 30, 60
|
TestingServerDownloadInitialDelay 0
|
||||||
TestingClientDownloadSchedule 0, 0, 5, 10, 15, 20, 30, 60
|
TestingClientDownloadInitialDelay 0
|
||||||
TestingServerConsensusDownloadSchedule 0, 0, 5, 10, 15, 20, 30, 60
|
TestingServerConsensusDownloadInitialDelay 0
|
||||||
TestingClientConsensusDownloadSchedule 0, 0, 5, 10, 15, 20, 30, 60
|
TestingClientConsensusDownloadInitialDelay 0
|
||||||
TestingBridgeDownloadSchedule 10, 30, 60
|
TestingBridgeDownloadInitialDelay 10
|
||||||
TestingBridgeBootstrapDownloadSchedule 0, 0, 5, 10, 15, 20, 30, 60
|
TestingBridgeBootstrapDownloadInitialDelay 0
|
||||||
TestingClientMaxIntervalWithoutRequest 5 seconds
|
TestingClientMaxIntervalWithoutRequest 5 seconds
|
||||||
TestingDirConnectionMaxStall 30 seconds
|
TestingDirConnectionMaxStall 30 seconds
|
||||||
TestingEnableConnBwEvent 1
|
TestingEnableConnBwEvent 1
|
||||||
@ -2952,37 +2946,31 @@ The following options are used for running a testing Tor network.
|
|||||||
Minimum value for the Fast flag. Overrides the ordinary minimum taken
|
Minimum value for the Fast flag. Overrides the ordinary minimum taken
|
||||||
from the consensus when TestingTorNetwork is set. (Default: 0.)
|
from the consensus when TestingTorNetwork is set. (Default: 0.)
|
||||||
|
|
||||||
[[TestingServerDownloadSchedule]] **TestingServerDownloadSchedule** __N__,__N__,__...__::
|
[[TestingServerDownloadInitialDelay]] **TestingServerDownloadInitialDelay** __N__::
|
||||||
Schedule for when servers should download things in general. Changing this
|
Initial delay in seconds for when servers should download things in general. Changing this
|
||||||
requires that **TestingTorNetwork** is set. (Default: 0, 0, 0, 60, 60, 120,
|
requires that **TestingTorNetwork** is set. (Default: 0)
|
||||||
300, 900, 2147483647)
|
|
||||||
|
|
||||||
[[TestingClientDownloadSchedule]] **TestingClientDownloadSchedule** __N__,__N__,__...__::
|
[[TestingClientDownloadInitialDelay]] **TestingClientDownloadInitialDelay** __N__::
|
||||||
Schedule for when clients should download things in general. Changing this
|
Initial delay in seconds for when clients should download things in general. Changing this
|
||||||
requires that **TestingTorNetwork** is set. (Default: 0, 0, 60, 300, 600,
|
requires that **TestingTorNetwork** is set. (Default: 0)
|
||||||
2147483647)
|
|
||||||
|
|
||||||
[[TestingServerConsensusDownloadSchedule]] **TestingServerConsensusDownloadSchedule** __N__,__N__,__...__::
|
[[TestingServerConsensusDownloadInitialDelay]] **TestingServerConsensusDownloadInitialDelay** __N__::
|
||||||
Schedule for when servers should download consensuses. Changing this
|
Initial delay in seconds for when servers should download consensuses. Changing this
|
||||||
requires that **TestingTorNetwork** is set. (Default: 0, 0, 60, 300, 600,
|
requires that **TestingTorNetwork** is set. (Default: 0)
|
||||||
1800, 1800, 1800, 1800, 1800, 3600, 7200)
|
|
||||||
|
|
||||||
[[TestingClientConsensusDownloadSchedule]] **TestingClientConsensusDownloadSchedule** __N__,__N__,__...__::
|
[[TestingClientConsensusDownloadInitialDelay]] **TestingClientConsensusDownloadInitialDelay** __N__::
|
||||||
Schedule for when clients should download consensuses. Changing this
|
Initial delay in seconds for when clients should download consensuses. Changing this
|
||||||
requires that **TestingTorNetwork** is set. (Default: 0, 0, 60, 300, 600,
|
requires that **TestingTorNetwork** is set. (Default: 0)
|
||||||
1800, 3600, 3600, 3600, 10800, 21600, 43200)
|
|
||||||
|
|
||||||
[[TestingBridgeDownloadSchedule]] **TestingBridgeDownloadSchedule** __N__,__N__,__...__::
|
[[TestingBridgeDownloadInitialDelay]] **TestingBridgeDownloadInitialDelay** __N__::
|
||||||
Schedule for when clients should download each bridge descriptor when they
|
Initial delay in seconds for when clients should download each bridge descriptor when they
|
||||||
know that one or more of their configured bridges are running. Changing
|
know that one or more of their configured bridges are running. Changing
|
||||||
this requires that **TestingTorNetwork** is set. (Default: 10800, 25200,
|
this requires that **TestingTorNetwork** is set. (Default: 10800)
|
||||||
54000, 111600, 262800)
|
|
||||||
|
|
||||||
[[TestingBridgeBootstrapDownloadSchedule]] **TestingBridgeBootstrapDownloadSchedule** __N__,__N__,__...__::
|
[[TestingBridgeBootstrapDownloadInitialDelay]] **TestingBridgeBootstrapDownloadInitialDelay** __N__::
|
||||||
Schedule for when clients should download each bridge descriptor when they
|
Initial delay in seconds for when clients should download each bridge descriptor when they
|
||||||
have just started, or when they can not contact any of their bridges.
|
have just started, or when they can not contact any of their bridges.
|
||||||
Changing this requires that **TestingTorNetwork** is set. (Default: 0, 30,
|
Changing this requires that **TestingTorNetwork** is set. (Default: 0)
|
||||||
90, 600, 3600, 10800, 25200, 54000, 111600, 262800)
|
|
||||||
|
|
||||||
[[TestingClientMaxIntervalWithoutRequest]] **TestingClientMaxIntervalWithoutRequest** __N__ **seconds**|**minutes**::
|
[[TestingClientMaxIntervalWithoutRequest]] **TestingClientMaxIntervalWithoutRequest** __N__ **seconds**|**minutes**::
|
||||||
When directory clients have only a few descriptors to request, they batch
|
When directory clients have only a few descriptors to request, they batch
|
||||||
|
Loading…
Reference in New Issue
Block a user