[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r15299: Add in some dates in the TODO for reference. (torflow/branches/gsoc2008)
Author: mikeperry
Date: 2008-06-15 23:20:36 -0400 (Sun, 15 Jun 2008)
New Revision: 15299
Modified:
torflow/branches/gsoc2008/TODO-PathSelection
Log:
Add in some dates in the TODO for reference.
Modified: torflow/branches/gsoc2008/TODO-PathSelection
===================================================================
--- torflow/branches/gsoc2008/TODO-PathSelection 2008-06-16 03:05:32 UTC (rev 15298)
+++ torflow/branches/gsoc2008/TODO-PathSelection 2008-06-16 03:20:36 UTC (rev 15299)
@@ -1,5 +1,6 @@
GSoc2008 Path Selection Improvements TODO
+May 26-Jun 10:
- Gather Network-wide statistics on circuits construction (1.5-2wks)
- 10-100k circuits
- 'UseEntryGuards 0' using the actual Tor path selection algorithm.
@@ -11,6 +12,7 @@
- Get basic parameters of this distribution (likely avg/min/max/dev).
- Ensure results are easily reproducible
+Jun 10-Jul 1:
- Perform same scan with 5% slices of network used as guards (3-4wks)
- Update TorCtl's path selection to match new Tor path selection (~1.5-2wks)
- TorCtl.PathSupport.BwWeightedGenerator
@@ -27,6 +29,7 @@
- Take snapshots here as well, to check for convergence
- Ensure results are easily reproducible
+Jul 1-Aug 18:
- Patch Tor Source Code to gather these same statistics in the client (5-7wks)
- Add statistics (likely to circuituse.c) on construction time
- Coding: (2-3wks)