aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-16 16:20:44 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-16 16:20:44 +0000
commitfb8c8f76e503991036fefcc8eaf02ed18366a7f0 (patch)
tree748c90dc4f42fd8b016d86aa39f37354e81af9eb /TODO
parent221ea8e46039dc92754eb5af780e8fcccc0bff44 (diff)
downloadgnunet-fb8c8f76e503991036fefcc8eaf02ed18366a7f0.tar.gz
gnunet-fb8c8f76e503991036fefcc8eaf02ed18366a7f0.zip
misc
Diffstat (limited to 'TODO')
-rw-r--r--TODO20
1 files changed, 13 insertions, 7 deletions
diff --git a/TODO b/TODO
index c549759ce..bde3d97b4 100644
--- a/TODO
+++ b/TODO
@@ -15,16 +15,22 @@ away), in order in which they will likely be done:
15 15
160.9.0pre0: 160.9.0pre0:
17* HOSTLIST/PEERINFO/CORE/TRANSPORT/TOPOLOGY: 17* HOSTLIST/PEERINFO/CORE/TRANSPORT/TOPOLOGY:
18 - hostlist server learns about 2nd peer, but soon forgets! 18 - hostlist server learns about 2nd peer, but soon forgets (not
19 - peers do not seem to connect (at least not for long!) 19 clear if this is still an issue, or if validation failed or
20 20 if this was an issue with the client's parsing of the reply, which
21 was broken...)
21* TOPOLOGY: 22* TOPOLOGY:
22 - needs more testing (especially F2F topology) 23 - needs more testing (especially F2F topology)
23 - calls 'GNUNET_CORE_peer_request_connect' with 'my_identity' as the PID, 24 - needs to re-try connecting after disconnect (currently, it
24 despite having specific checks to prevent exactly that (!?) 25 initially triggers a connection request, but if that connection
25 => assertion failure in gnunet-service-core:2255 (hostlist test) 26 fails / goes down, it does not retry in a timely fashion;
27 cause seems to be the 'blacklist_after_attempt' being set to 1h,
28 which is rather long -- and should probably be adjusted based on
29 the number of connections / known peers)
26* CORE: 30* CORE:
27 - needs more testing 31 - peers do not seem to connect (setkey, ping are there; PONG is sent,
32 not sure what else happens; eventually, the "neighbour" entry times
33 out and is removed)
28* UTIL: 34* UTIL:
29 - load: need way to determine network load (up/down) -- and quickly so! 35 - load: need way to determine network load (up/down) -- and quickly so!
30 - trust: need *fast* way to check/update trust in peers 36 - trust: need *fast* way to check/update trust in peers