Skip to content
Snippets Groups Projects
Commit 8977f24e authored by Roger Dingledine's avatar Roger Dingledine
Browse files

some other performance-oriented fixes to integrate

svn:r18395
parent 1625467b
No related branches found
No related tags found
No related merge requests found
......@@ -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 @@ The exception is a padding cell, which has no circuit ID and a zero length paylo
\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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment