[or-cvs] r19719: {torctl} Comment about conserving exits in selection manager. (torctl/trunk/python/TorCtl)

mikeperry at seul.org mikeperry at seul.org
Mon Jun 15 10:01:26 UTC 2009


Author: mikeperry
Date: 2009-06-15 06:01:26 -0400 (Mon, 15 Jun 2009)
New Revision: 19719

Modified:
   torctl/trunk/python/TorCtl/PathSupport.py
Log:

Comment about conserving exits in selection manager.



Modified: torctl/trunk/python/TorCtl/PathSupport.py
===================================================================
--- torctl/trunk/python/TorCtl/PathSupport.py	2009-06-15 09:57:04 UTC (rev 19718)
+++ torctl/trunk/python/TorCtl/PathSupport.py	2009-06-15 10:01:26 UTC (rev 19719)
@@ -1044,6 +1044,8 @@
       nonentry_skip = self.percent_skip
       nonentry_fast = self.percent_fast
 
+    # XXX: sometimes we want the ability to do uniform scans
+    # without the conserve exit restrictions..
     entry_rstr = NodeRestrictionList(
       [PercentileRestriction(self.percent_skip, self.percent_fast, sorted_r),
        OrNodeRestriction(



More information about the tor-commits mailing list