diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-18 16:30:11 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-18 16:30:11 -0400 |
commit | c43e81a5a3afb9d1ed9808104672b3954cdd7005 (patch) | |
tree | 7f484edf2b5843ddcbda7989e91c512433874b5e /doc | |
parent | 42c02097db1dd791d2bd8af78f91658589cf4988 (diff) | |
parent | 08b82409d462bae454b073a9913f199b4c75ed3b (diff) | |
download | tor-c43e81a5a3afb9d1ed9808104672b3954cdd7005.tar.gz tor-c43e81a5a3afb9d1ed9808104672b3954cdd7005.zip |
Merge remote-tracking branch 'teor/ticket26702-atomically'
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 |