aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-06-12 00:34:47 +0000
committerChristian Grothoff <christian@grothoff.org>2009-06-12 00:34:47 +0000
commit4c72fa477ad226660df116c6275283833a3f5214 (patch)
tree9bab2c50101a44dc37c1f908a0488c58edbaf734 /TODO
parent42c8b584e6e8554329ca6282545b775b63af9c39 (diff)
downloadgnunet-4c72fa477ad226660df116c6275283833a3f5214.tar.gz
gnunet-4c72fa477ad226660df116c6275283833a3f5214.zip
removing dead code / unused variables
Diffstat (limited to 'TODO')
-rw-r--r--TODO19
1 files changed, 14 insertions, 5 deletions
diff --git a/TODO b/TODO
index 1fedcbca3..f2d399d76 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,19 @@
1PHASE #1: (Goal: settle key design questions) 1PHASE #1: (Goal: settle key design questions)
2 2
3Core: 3Hostlist:
4* Internal: topology 4* hostlist server (MHD-side)
5* Internal: advertising (propagate other peers' HELLOs, find new ones) 5* hostlist client (CURL-side); monitoring of number of active connections (to establish need for bootstrapping)
6* Internal: bootstrapping 6* hostlist server URL advertising & learning via P2P
7 => bootstrap should use plugins, possible multiple at the same time! 7
8Topology:
9* Selecting peers from peerinfo for connects; blacklisting
10* Managing connections, F2F configuration obedience, rejecting prohibited connections
11* Forwarding of known HELLOs to neighbours (advertising)
12 [ Inbound HELLOs are processed by transport, right?
13 But what about inbound encrypted HELLOs? ]
14
15ARM:
16* Make sure ARM supports daemons (non-service background processes, see hostlist/topology)
8 17
9Util: 18Util:
10* improve disk API [Nils] 19* improve disk API [Nils]