[tor-commits] [torflow/master] Remove the FastFirstHopPK option, which is a deprecated option. The value we used is the default (bwauths were an early adoptor) Closes #21393

tom at torproject.org tom at torproject.org
Wed Nov 8 15:08:01 UTC 2017


commit 1288389e699c03702aeae06b84d3c7905fe98387
Author: Tom Ritter <tom at ritter.vg>
Date:   Wed Nov 8 09:07:55 2017 -0600

    Remove the FastFirstHopPK option, which is a deprecated option. The value we used is the default (bwauths were an early adoptor) Closes #21393
---
 NetworkScanners/BwAuthority/data/tor.1/torrc | 4 ----
 NetworkScanners/BwAuthority/data/tor.2/torrc | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/NetworkScanners/BwAuthority/data/tor.1/torrc b/NetworkScanners/BwAuthority/data/tor.1/torrc
index 95f8bd4..10cf915 100644
--- a/NetworkScanners/BwAuthority/data/tor.1/torrc
+++ b/NetworkScanners/BwAuthority/data/tor.1/torrc
@@ -13,9 +13,5 @@ __LeaveStreamsUnattached 1
 FetchDirInfoExtraEarly 1
 FetchDirInfoEarly 1
 
-# Use CREATE cells for first hop, so we can still measure CPU overload via 
-# circ failure
-FastFirstHopPK 0
-
 # Turn pathbias off, so it doesn't flood the logs
 UseEntryGuards 0
diff --git a/NetworkScanners/BwAuthority/data/tor.2/torrc b/NetworkScanners/BwAuthority/data/tor.2/torrc
index 0232163..979a687 100755
--- a/NetworkScanners/BwAuthority/data/tor.2/torrc
+++ b/NetworkScanners/BwAuthority/data/tor.2/torrc
@@ -13,9 +13,5 @@ __LeaveStreamsUnattached 1
 FetchDirInfoExtraEarly 1
 FetchDirInfoEarly 1
 
-# Use CREATE cells for first hop, so we can still measure CPU overload via 
-# circ failure
-FastFirstHopPK 0
-
 # Turn pathbias off, so it doesn't flood the logs
 UseEntryGuards 0



More information about the tor-commits mailing list