aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-20 15:28:57 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-20 15:28:57 +0000
commitb64805e67852c5f9527e5840b2803609c649b9b0 (patch)
tree1bc4e6fb75d7c5eee47e4f54e5cd47c201bde2f7 /TODO
parent39cb3c8bf566d4835e9103829628631ab879518d (diff)
downloadgnunet-b64805e67852c5f9527e5840b2803609c649b9b0.tar.gz
gnunet-b64805e67852c5f9527e5840b2803609c649b9b0.zip
clean up
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 52864431c..07fbc23cc 100644
--- a/TODO
+++ b/TODO
@@ -11,8 +11,6 @@
11 - implement DV transport plugin 11 - implement DV transport plugin
12 - implement testcases 12 - implement testcases
13 - implement performance tests (needs tbench) 13 - implement performance tests (needs tbench)
14* TOPOLOGY:
15 - needs more testing (especially F2F topology) & transport blacklisting
16* UTIL: 14* UTIL:
17 - only connect() sockets that are ready (select()) [Nils] 15 - only connect() sockets that are ready (select()) [Nils]
18 [On W32, we need to select after calling socket before doing connect etc.] 16 [On W32, we need to select after calling socket before doing connect etc.]
@@ -33,6 +31,8 @@
33 why is it so slow? Fix! (see core_api_reliability test) 31 why is it so slow? Fix! (see core_api_reliability test)
34 - implement API to get notifications about bandwidth assignments to individual peers 32 - implement API to get notifications about bandwidth assignments to individual peers
35 - implement API to get notifications about updates to liveness of individual peers (before disconnect) 33 - implement API to get notifications about updates to liveness of individual peers (before disconnect)
34* TOPOLOGY:
35 - needs more testing (especially F2F topology) & transport blacklisting
36* TBENCH: [MW] 36* TBENCH: [MW]
37 - good to have for transport/DV evaluation! 37 - good to have for transport/DV evaluation!
38* DHT: [Nate] 38* DHT: [Nate]