commit 8684b9588d60a05fed11c83380540c0a8abbf6ca Author: Mike Perry mikeperry-git@fscked.org Date: Fri Dec 2 14:16:00 2011 -0800
Use FastFirstHopPK to get circ fail rates for Guards.
Otherwise we might not detect CPU overload conditions in them. --- NetworkScanners/BwAuthority/data/tor/torrc | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/NetworkScanners/BwAuthority/data/tor/torrc b/NetworkScanners/BwAuthority/data/tor/torrc index 0c13322..c64273b 100644 --- a/NetworkScanners/BwAuthority/data/tor/torrc +++ b/NetworkScanners/BwAuthority/data/tor/torrc @@ -12,3 +12,7 @@ __LeaveStreamsUnattached 1 # Bad idea? Too much consensus update activity? FetchDirInfoExtraEarly 1 FetchDirInfoEarly 1 + +# Use CREATE cells for first hop, so we can still measure CPU overload via +# circ failure +FastFirstHopPK 0
tor-commits@lists.torproject.org