[or-cvs] r23271: {website} move over another of the research tasks (website/trunk/en)

Roger Dingledine arma at torproject.org
Tue Sep 21 03:04:24 UTC 2010


Author: arma
Date: 2010-09-21 03:04:24 +0000 (Tue, 21 Sep 2010)
New Revision: 23271

Modified:
   website/trunk/en/research.wml
   website/trunk/en/volunteer.wml
Log:
move over another of the research tasks


Modified: website/trunk/en/research.wml
===================================================================
--- website/trunk/en/research.wml	2010-09-21 01:50:24 UTC (rev 23270)
+++ website/trunk/en/research.wml	2010-09-21 03:04:24 UTC (rev 23271)
@@ -134,6 +134,20 @@
 
 <ul>
 
+<li>Right now Tor clients are willing to reuse a given circuit for ten
+minutes after it's first used. The goal is to avoid loading down the
+network with too many circuit creations, yet to also avoid having
+clients use the same circuit for so long that the exit node can build a
+useful pseudonymous profile of them. Alas, ten minutes is probably way
+too long, especially if connections from multiple protocols (e.g. IM and
+web browsing) are put on the same circuit. If we keep fixed the overall
+number of circuit extends that the network needs to do, are there more
+efficient and/or safer ways for clients to allocate streams to circuits,
+or for clients to build preemptive circuits? Perhaps this research item
+needs to start with gathering some traces of what requests typical
+clients try to launch, so you have something realistic to try to optimize.
+</li>
+
 <li>The "website fingerprinting attack": make a list of a few
 hundred popular websites, download their pages, and make a set of
 "signatures" for each site. Then observe a Tor client's traffic. As
@@ -159,9 +173,6 @@
 that are compatible anonymity-wise with our current approaches.
 </li>
 
-<li>
-Figure out how bad 10 minutes is for maxcircuitdirtiness.
-</li>
 -->
 
 <li>More coming soon. See also the "Research" section of the

Modified: website/trunk/en/volunteer.wml
===================================================================
--- website/trunk/en/volunteer.wml	2010-09-21 01:50:24 UTC (rev 23270)
+++ website/trunk/en/volunteer.wml	2010-09-21 03:04:24 UTC (rev 23271)
@@ -882,19 +882,6 @@
 by their rotating UserAgents; malicious websites who only attack certain
 browsers; and whether the answers to question one impact this answer.
 </li>
-<li>Right now Tor clients are willing to reuse a given circuit for ten
-minutes after it's first used. The goal is to avoid loading down the
-network with too many circuit extend operations, yet to also avoid having
-clients use the same circuit for so long that the exit node can build a
-useful pseudonymous profile of them. Alas, ten minutes is probably way
-too long, especially if connections from multiple protocols (e.g. IM and
-web browsing) are put on the same circuit. If we keep fixed the overall
-number of circuit extends that the network needs to do, are there more
-efficient and/or safer ways for clients to allocate streams to circuits,
-or for clients to build preemptive circuits? Perhaps this research item
-needs to start with gathering some traces of what connections typical
-clients try to launch, so you have something realistic to try to optimize.
-</li>
 <li>How many bridge relays do you need to know to maintain
 reachability? We should measure the churn in our bridges. If there is
 lots of churn, are there ways to keep bridge users more likely to stay



More information about the tor-commits mailing list