[or-cvs] r11339: updated README, status and example configuration. (torflow/trunk)

renner at seul.org renner at seul.org
Fri Aug 31 16:17:50 UTC 2007


Author: renner
Date: 2007-08-31 12:17:50 -0400 (Fri, 31 Aug 2007)
New Revision: 11339

Modified:
   torflow/trunk/GSoC-status
   torflow/trunk/op-addon-README
   torflow/trunk/pathrc.example
Log:

  updated README, status and example configuration.



Modified: torflow/trunk/GSoC-status
===================================================================
--- torflow/trunk/GSoC-status	2007-08-31 15:08:37 UTC (rev 11338)
+++ torflow/trunk/GSoC-status	2007-08-31 16:17:50 UTC (rev 11339)
@@ -42,18 +42,14 @@
 
 TODO lists:
 
-GSoC:
-  - Implement PathRestrictions: OceanPhobic/OceanPhilic, EchelonPhobic for 
-    changing destinations (query the country of a destination on set_target()
-    and add the respective CountryRestriction to exit_rstr before building circ
-  - Therefore implement the RESOLVE-command in TorCtl.py
-
 Research/Experimentation (thesis):
   - Empirical performance analysis of different path selection methods
   - What is a beneficial network-model and how long does it take to learn one?
   - Degree of anonymity, classification of algorithms
 
 Post-GSoC and -thesis (future):
+  - Perform DNS requests within OP-Addon, since 'echelon' works only for 
+    destinations given as IPs
   - Validate given configurations
   - Add port-history learning to StreamHandler or CircuitHandler and/or 
     port-preconfiguring to be able to configure what ports will be needed

Modified: torflow/trunk/op-addon-README
===================================================================
--- torflow/trunk/op-addon-README	2007-08-31 15:08:37 UTC (rev 11338)
+++ torflow/trunk/op-addon-README	2007-08-31 16:17:50 UTC (rev 11339)
@@ -107,9 +107,17 @@
       - 'no' will put all hops in the same country, 
       - comment out means do not care    
     * entry_, middle_, exit_country: specify countries for positions
-    * max_crossings: 
-      - 1-n specifies the max number of continent hops in a single path
-      - 0 will choose all hops on different continents
+    * continent_crossings: 
+      - 0-n specifies the max number of continent hops in a single path
+      - comment this out to choose all hops on different continents
+    * ocean_crossings:
+      - 0-n specifies the max number of ocean crossings in a single path.
+        This is done by grouping the continents in three groups and 
+        considerating crossings between these groups:
+          1. North and South America
+          2. Europe, Africa and Asia
+          3. Oceania
+      - comment out to not care about ocean crossings
 
   To extend the path selection features or to add new restrictions to be 
   applied to single nodes or complete paths, one can easily design and 

Modified: torflow/trunk/pathrc.example
===================================================================
--- torflow/trunk/pathrc.example	2007-08-31 15:08:37 UTC (rev 11338)
+++ torflow/trunk/pathrc.example	2007-08-31 16:17:50 UTC (rev 11339)
@@ -5,8 +5,6 @@
 control_host = 127.0.0.1
 control_port = 9051
 
-# TODO: Set control_password here?
-
 [CIRC_MANAGEMENT]
 
 # Size of the maintained pool of circuits
@@ -34,7 +32,7 @@
 # Make use of guard-nodes (yes|no) or a specific 
 # exit node (nickname or IDHex)
 use_guards = yes
-#use_exit = xy
+#use_exit = xyz
 
 [GEOIP]
 
@@ -97,7 +95,7 @@
 # Time interval to wait before triggering
 # pings and frequency in seconds (float)
 initial_interval = 10
-frequency = 2
+frequency = 5
 
 # Close circ after n timeouts on measurings
 # Set to 0 to not close circs (int)
@@ -110,8 +108,8 @@
 # yes|no
 network_model = no
 
-# RTT-threshhold when creating circuits (float):
-#   0:  no threshhold
+# RTT-threshhold in seconds when creating circs (float):
+#   0:  no threshhold, choose from all proposals
 max_rtt = 1
 
 # Minimum number of proposals to choose from (int)



More information about the tor-commits mailing list