[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] another piece of doing tor over udp that i am concerned abo...



Update of /home/or/cvsroot/tor/doc
In directory moria:/tmp/cvs-serv7170

Modified Files:
	tor-spec-udp.txt 
Log Message:
another piece of doing tor over udp that i am concerned about.


Index: tor-spec-udp.txt
===================================================================
RCS file: /home/or/cvsroot/tor/doc/tor-spec-udp.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- tor-spec-udp.txt	26 Feb 2006 06:57:06 -0000	1.2
+++ tor-spec-udp.txt	10 May 2006 07:35:03 -0000	1.3
@@ -383,5 +383,7 @@ Other sections:
 
 What changes need to happen to each node's exit policy to support this? -RD
 
-
+Switching to UDP means managing the queues of incoming packets better,
+so we don't miss packets. How does this interact with doing large public
+key operations (handshakes) in the same thread?