mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
Merge branch 'maint-0.4.3'
This commit is contained in:
commit
e9bb00d8c4
1 changed files with 11 additions and 10 deletions
|
@ -2147,7 +2147,8 @@ is non-zero):
|
|||
GeoIP data, Tor keeps a per-country count of how many client
|
||||
addresses have contacted it so that it can help the bridge authority guess
|
||||
which countries have blocked access to it. If ExtraInfoStatistics is
|
||||
enabled, it will be published as part of extra-info document. (Default: 1)
|
||||
enabled, it will be published as part of the extra-info document.
|
||||
(Default: 1)
|
||||
|
||||
//Out of order because it logically belongs after BridgeRelay.
|
||||
[[BridgeDistribution]] **BridgeDistribution** __string__::
|
||||
|
@ -2613,7 +2614,7 @@ types of statistics that Tor relays collect and publish:
|
|||
circuit) and writes them into disk every 24 hours. Onion router
|
||||
operators may use the statistics for performance monitoring.
|
||||
If ExtraInfoStatistics is enabled, it will published as part of
|
||||
extra-info document. (Default: 0)
|
||||
the extra-info document. (Default: 0)
|
||||
|
||||
[[ConnDirectionStatistics]] **ConnDirectionStatistics** **0**|**1**::
|
||||
Relays only.
|
||||
|
@ -2621,7 +2622,7 @@ types of statistics that Tor relays collect and publish:
|
|||
traffic it passes between itself and other relays to disk every 24
|
||||
hours. Enables relay operators to monitor how much their relay is
|
||||
being used as middle node in the circuit. If ExtraInfoStatistics is
|
||||
enabled, it will be published as part of extra-info document.
|
||||
enabled, it will be published as part of the extra-info document.
|
||||
(Default: 0)
|
||||
|
||||
[[DirReqStatistics]] **DirReqStatistics** **0**|**1**::
|
||||
|
@ -2631,7 +2632,7 @@ types of statistics that Tor relays collect and publish:
|
|||
hours. Enables relay and bridge operators to monitor how much their
|
||||
server is being used by clients to learn about Tor network.
|
||||
If ExtraInfoStatistics is enabled, it will published as part of
|
||||
extra-info document. (Default: 1)
|
||||
the extra-info document. (Default: 1)
|
||||
|
||||
[[EntryStatistics]] **EntryStatistics** **0**|**1**::
|
||||
Relays only.
|
||||
|
@ -2640,7 +2641,7 @@ types of statistics that Tor relays collect and publish:
|
|||
operators to monitor how much inbound traffic that originates from
|
||||
Tor clients passes through their server to go further down the
|
||||
Tor network. If ExtraInfoStatistics is enabled, it will be published
|
||||
as part of extra-info document. (Default: 0)
|
||||
as part of the extra-info document. (Default: 0)
|
||||
|
||||
[[ExitPortStatistics]] **ExitPortStatistics** **0**|**1**::
|
||||
Exit relays only.
|
||||
|
@ -2648,7 +2649,7 @@ types of statistics that Tor relays collect and publish:
|
|||
relayed bytes and opened stream per exit port to disk every 24 hours.
|
||||
Enables exit relay operators to measure and monitor amounts of traffic
|
||||
that leaves Tor network through their exit node. If ExtraInfoStatistics
|
||||
is enabled, it will be published as part of extra-info document.
|
||||
is enabled, it will be published as part of the extra-info document.
|
||||
(Default: 0)
|
||||
|
||||
[[ExtraInfoStatistics]] **ExtraInfoStatistics** **0**|**1**::
|
||||
|
@ -2664,9 +2665,9 @@ types of statistics that Tor relays collect and publish:
|
|||
Relays only.
|
||||
When this option is enabled, a Tor relay writes obfuscated
|
||||
statistics on its role as hidden-service directory, introduction
|
||||
point, or rendezvous point to disk every 24 hours. If
|
||||
ExtraInfoStatistics is also enabled, these statistics are further
|
||||
published to the directory authorities. (Default: 1)
|
||||
point, or rendezvous point to disk every 24 hours. If ExtraInfoStatistics
|
||||
is enabled, it will be published as part of the extra-info document.
|
||||
(Default: 1)
|
||||
|
||||
[[PaddingStatistics]] **PaddingStatistics** **0**|**1**::
|
||||
Relays and bridges only.
|
||||
|
@ -2675,7 +2676,7 @@ types of statistics that Tor relays collect and publish:
|
|||
These statistics are rounded, and omitted if traffic is low. This
|
||||
information is important for load balancing decisions related to padding.
|
||||
If ExtraInfoStatistics is enabled, it will be published
|
||||
as a part of extra-info document. (Default: 1)
|
||||
as a part of the extra-info document. (Default: 1)
|
||||
|
||||
== DIRECTORY SERVER OPTIONS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue