diff options
author | teor <teor2345@gmail.com> | 2018-07-18 11:14:18 +1000 |
---|---|---|
committer | teor <teor2345@gmail.com> | 2018-07-18 11:14:18 +1000 |
commit | 08b82409d462bae454b073a9913f199b4c75ed3b (patch) | |
tree | 345b7d321711b214dc47b19436ef6883140bfce1 /doc | |
parent | e2b744ce38edb8901cff3288634c4ebb5b4568b9 (diff) | |
download | tor-08b82409d462bae454b073a9913f199b4c75ed3b.tar.gz tor-08b82409d462bae454b073a9913f199b4c75ed3b.zip |
doc: Explain how to avoid inconsistent reads on V3BandwidthsFile
Closes 26702.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index f42ad0dd3c..1db8cabf86 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2747,7 +2747,9 @@ on the public Tor network. [[V3BandwidthsFile]] **V3BandwidthsFile** __FILENAME__:: V3 authoritative directories only. Configures the location of the bandwidth-authority generated file storing information on relays' measured - bandwidth capacities. (Default: unset) + bandwidth capacities. To avoid inconsistent reads, bandwidth data should + be written to temporary file, then renamed to the configured filename. + (Default: unset) [[V3AuthUseLegacyKey]] **V3AuthUseLegacyKey** **0**|**1**:: If set, the directory authority will sign consensuses not only with its |