diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-13 19:03:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-13 19:03:59 +0000 |
commit | 90185c67f803e6ed7432f1c57540a78f98bdfe4a (patch) | |
tree | e7423f932dac279ca73a80e43db3974305c15e72 | |
parent | 867832cd071163bd2f55bda68677c77c0ed23fa6 (diff) | |
download | tor-90185c67f803e6ed7432f1c57540a78f98bdfe4a.tar.gz tor-90185c67f803e6ed7432f1c57540a78f98bdfe4a.zip |
Note a couple of finished items
svn:r1611
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -154,13 +154,13 @@ Rendezvous service: don't count failed rend circs toward Bob's total, or Alice can bork him.) o deal with edge_type in connection_edge.c - - retry end for certain reasons (resolvefailed, policyfailed) + o retry end for certain reasons (resolvefailed, policyfailed) - preemptively build and start rendezvous circs - preemptively build n-1 hops of intro circs? - - (n)ack introduction requests? + o (n)ack introduction requests? - cannibalize general circs? - how to set up multiple locations for a hidden service? - - make bob publish only established intro circs? + o make bob publish only established intro circs? On-going . Better comments for functions! |