[or-cvs] r18395: {tor} some other performance-oriented fixes to integrate (tor/trunk/doc/design-paper)

arma at seul.org arma at seul.org
Wed Feb 4 23:26:40 UTC 2009


Author: arma
Date: 2009-02-04 18:26:39 -0500 (Wed, 04 Feb 2009)
New Revision: 18395

Modified:
   tor/trunk/doc/design-paper/performance.tex
Log:
some other performance-oriented fixes to integrate


Modified: tor/trunk/doc/design-paper/performance.tex
===================================================================
--- tor/trunk/doc/design-paper/performance.tex	2009-02-04 23:13:51 UTC (rev 18394)
+++ tor/trunk/doc/design-paper/performance.tex	2009-02-04 23:26:39 UTC (rev 18395)
@@ -51,7 +51,7 @@
  
 \maketitle
 
-\section{Minimzing latency of paths}
+\section{Minimizing latency of paths}
 
 Currently Tor selects paths purely by the random selection of nodes, biased by node bandwidth.
 This will sometimes cause high latency circuits due to multiple ocean crossings or otherwise congested links.
@@ -210,3 +210,14 @@
 
 \end{document}
 
+Other items to add in somewhere:
+
+UDP transport
+
+Mike and Fallon's proposal
+
+Csaba's proposal to shrink the maximum circuit window.
+
+If extending a circuit fails, try extending a few other places before
+abandoning the circuit.
+



More information about the tor-commits mailing list