From 77b9f4408e61b520c94adffabbbf32bcf40e3fd3 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 10 May 2006 07:35:03 +0000 Subject: [PATCH] another piece of doing tor over udp that i am concerned about. svn:r6450 --- doc/tor-spec-udp.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/tor-spec-udp.txt b/doc/tor-spec-udp.txt index 59d05342c0..df96e6a657 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?