소스 검색

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

svn:r6450
Roger Dingledine 19 년 전
부모
커밋
77b9f4408e
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      doc/tor-spec-udp.txt

+ 3 - 1
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?