another piece of doing tor over udp that i am concerned about.

svn:r6450
This commit is contained in:
Roger Dingledine 2006-05-10 07:35:03 +00:00
parent 295ad74fda
commit 77b9f4408e

View File

@ -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?