[tor-commits] [torflow/master] Set FetchDirInfoExtraEarly and FetchDirInfoEarly for bwauth and soat.
mikeperry at torproject.org
mikeperry at torproject.org
Fri Sep 30 21:35:40 UTC 2011
commit c86c1e134ae6d0b50b8b5344b1a25b01b4366302
Author: Mike Perry <mikeperry-git at fscked.org>
Date: Fri Sep 30 14:34:52 2011 -0700
Set FetchDirInfoExtraEarly and FetchDirInfoEarly for bwauth and soat.
We want to ensure they always have fresh consensus data from within the hour.
---
NetworkScanners/BwAuthority/data/tor/torrc | 2 ++
NetworkScanners/ExitAuthority/data/tor/torrc | 2 ++
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/NetworkScanners/BwAuthority/data/tor/torrc b/NetworkScanners/BwAuthority/data/tor/torrc
index 11b8368..2f15c38 100644
--- a/NetworkScanners/BwAuthority/data/tor/torrc
+++ b/NetworkScanners/BwAuthority/data/tor/torrc
@@ -9,3 +9,5 @@ CookieAuthentication 1
FetchUselessDescriptors 1
__LeaveStreamsUnattached 1
UseMicrodescriptors 0
+FetchDirInfoExtraEarly 1
+FetchDirInfoEarly 1
diff --git a/NetworkScanners/ExitAuthority/data/tor/torrc b/NetworkScanners/ExitAuthority/data/tor/torrc
index 26b7c19..d8a8830 100644
--- a/NetworkScanners/ExitAuthority/data/tor/torrc
+++ b/NetworkScanners/ExitAuthority/data/tor/torrc
@@ -8,3 +8,5 @@ PidFile ./data/tor/tor.pid
CookieAuthentication 1
FetchUselessDescriptors 1
__LeaveStreamsUnattached 1
+FetchDirInfoExtraEarly 1
+FetchDirInfoEarly 1
More information about the tor-commits
mailing list