tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit a251cff0c3c9cb04422c1d93ad6ea2e804b50a1e
parent 42a5e652cb9dc9818abd63d93fd51e908f2c56a4
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 13 Oct 2020 14:42:59 -0400

Add changes file for 40139 (removing usecreatefast and useoptimisticdata

Diffstat:
Achanges/ticket40139 | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/changes/ticket40139 b/changes/ticket40139 @@ -0,0 +1,7 @@ + o Removed features (network parameters): + - The "optimistic data" feature is now always on; there is no longer an + option to disable it from the torrc file or from the consensus + directory. + Closes part of 40139. + - The "usecreatefast" network parameter is now removed; there is no + longer an option for authorities to turn it off. Closes part of 40139.