[tor-commits] [torflow/master] Turn off Guards

tom at torproject.org tom at torproject.org
Thu Mar 9 22:18:32 UTC 2017


commit c3f584bf53fcde8666c3dceb071372b36ef07dcb
Author: Tom Ritter <tom at ritter.vg>
Date:   Thu Mar 9 16:16:19 2017 -0600

    Turn off Guards
    
    When running the bandwidth scanner with recent tor versions, the
    pathbias detector complains about circuit state at notice level.
    This could quickly fill the logs.
---
 NetworkScanners/BwAuthority/data/tor.1/torrc | 3 +++
 NetworkScanners/BwAuthority/data/tor.2/torrc | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/NetworkScanners/BwAuthority/data/tor.1/torrc b/NetworkScanners/BwAuthority/data/tor.1/torrc
index 933141e..95f8bd4 100644
--- a/NetworkScanners/BwAuthority/data/tor.1/torrc
+++ b/NetworkScanners/BwAuthority/data/tor.1/torrc
@@ -16,3 +16,6 @@ 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 209781f..0232163 100755
--- a/NetworkScanners/BwAuthority/data/tor.2/torrc
+++ b/NetworkScanners/BwAuthority/data/tor.2/torrc
@@ -16,3 +16,6 @@ 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