[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r14522: Add investigation of sjmurdoch's latency modeling as an opti (torflow/branches/gsoc2008)
Author: mikeperry
Date: 2008-05-01 01:13:29 -0400 (Thu, 01 May 2008)
New Revision: 14522
Modified:
torflow/branches/gsoc2008/TODO-PathSelection
Log:
Add investigation of sjmurdoch's latency modeling as an
optional TODO item.
Modified: torflow/branches/gsoc2008/TODO-PathSelection
===================================================================
--- torflow/branches/gsoc2008/TODO-PathSelection 2008-05-01 04:54:32 UTC (rev 14521)
+++ torflow/branches/gsoc2008/TODO-PathSelection 2008-05-01 05:13:29 UTC (rev 14522)
@@ -88,6 +88,11 @@
should be a warn that the user has either set it incorrectly, or is
the victim of a local adversary biasing their guards
-
+- Investigate sjmurdoch's PETS paper results (time permitting)
+ - Do his predictions on the distribution of latency expectations of
+ nodes match what we can observe with TorFlow?
+ - Does this expectation of latencies say anything about the 7/8 cuttoff
+ for node usage? Maybe we want to tune slightly to avoid a lot of
+ high-latency nodes before the timeout stuff even comes into play?