diff options
| author | Tom Ritter <tom@ritter.vg> | 2017-11-08 09:07:55 -0600 |
|---|---|---|
| committer | Tom Ritter <tom@ritter.vg> | 2017-11-08 09:07:55 -0600 |
| commit | 1288389e699c03702aeae06b84d3c7905fe98387 (patch) | |
| tree | be8fa2ad59db9c989f97819313c68f642d2b756c | |
| parent | 08ea752c0f6f608a3aac0a199f02e199e36e328a (diff) | |
Remove the FastFirstHopPK option, which is a deprecated option. The value we used is the default (bwauths were an early adoptor) Closes #21393
| -rw-r--r-- | NetworkScanners/BwAuthority/data/tor.1/torrc | 4 | ||||
| -rwxr-xr-x | NetworkScanners/BwAuthority/data/tor.2/torrc | 4 |
2 files changed, 0 insertions, 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 |
