aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2006-05-10 07:35:03 +0000
committerRoger Dingledine <arma@torproject.org>2006-05-10 07:35:03 +0000
commit77b9f4408e61b520c94adffabbbf32bcf40e3fd3 (patch)
tree998233230629056aaf02947e3fedc46bf56bbe26 /doc
parent295ad74fdaab9cce4fed7bf42cffd30770eee730 (diff)
downloadtor-77b9f4408e61b520c94adffabbbf32bcf40e3fd3.tar
tor-77b9f4408e61b520c94adffabbbf32bcf40e3fd3.tar.gz
another piece of doing tor over udp that i am concerned about.
svn:r6450
Diffstat (limited to 'doc')
-rw-r--r--doc/tor-spec-udp.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/tor-spec-udp.txt b/doc/tor-spec-udp.txt
index 59d05342c..df96e6a65 100644
--- a/doc/tor-spec-udp.txt
+++ b/doc/tor-spec-udp.txt
@@ -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?