aboutsummaryrefslogtreecommitdiff
path: root/src/topology
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-21 20:56:59 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-21 20:56:59 +0000
commit3c85fbac0a477a3f364da4eba7fe94a57d6eab1b (patch)
treef37af796816bed7f0f2c817aa6c8e419afbae000 /src/topology
parentc669897781ee561d3d8aed70fb5ee447505556d9 (diff)
downloadgnunet-3c85fbac0a477a3f364da4eba7fe94a57d6eab1b.tar.gz
gnunet-3c85fbac0a477a3f364da4eba7fe94a57d6eab1b.zip
stuff
Diffstat (limited to 'src/topology')
-rw-r--r--src/topology/gnunet-daemon-topology.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index ff93f4145..a636360d6 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -23,12 +23,6 @@
23 * @brief code for maintaining the mesh topology 23 * @brief code for maintaining the mesh topology
24 * @author Christian Grothoff 24 * @author Christian Grothoff
25 * 25 *
26 * TODO:
27 * - make sure that PEERINFO *also* notifies us when a HELLO expires
28 * (otherwise the 'soft state' of this module does not work nicely)
29 * - CORE API's connect/disconnect API is not nice (we think we are
30 * connected when we are not; disconnect using bandwidth-limiting
31 * does not really work and is not nice)
32 * OPTIMIZATIONS: 26 * OPTIMIZATIONS:
33 * - move code to use hash table instead of linked list 27 * - move code to use hash table instead of linked list
34 * - instead of periodically discarding blacklisted entries, 28 * - instead of periodically discarding blacklisted entries,