aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-10-01 03:35:31 +0000
committerRoger Dingledine <arma@torproject.org>2003-10-01 03:35:31 +0000
commit7f10126a1e7184b0fc6ae47ca2efc8e96f13d6d5 (patch)
tree78ca7f889ad1a5d5a7296fffd2b74aea0249fee6 /doc/TODO
parent84ec78bcf8d3963a155aba3ff19cf330e9e8d5be (diff)
downloadtor-7f10126a1e7184b0fc6ae47ca2efc8e96f13d6d5.tar
tor-7f10126a1e7184b0fc6ae47ca2efc8e96f13d6d5.tar.gz
affected functions in the migration from addr:port to nickname for ORs
svn:r531
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 2d811f3e7..0e657c260 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -63,6 +63,23 @@ ARMA - tor faq
o Move (most of) the router/directory code out of main.c
Mid-term:
+ . migrate to using nickname rather than addr:port for routers
+ o decide_aci_type
+ - generate onion skins
+ - circuit_send_next_onion_skin
+ - circuit_extend
+ - onion_generate_cpath
+ - get_unique_aci_by_addr_port
+ - circ->n_addr and circ->n_port
+ - circuit_enumerate_by_naddr_nport
+ - cpath layers
+ - connection_or_connect
+ - connection_exact_get_by_addr_port
+ - connection_twin_get_by_addr_port
+ - router_get_by_addr_port
+ - connection_or_init_conn_from_router
+ - tag_pack, tag_unpack, connection_cpu_process_inbuf
+ - directory_initiate_command
. Redo scheduler
o fix SSL_read bug for buffered records
- make round-robining more fair