aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-17 18:20:14 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-17 18:20:14 +0000
commit1152a709e8783e8c0c879b7f407d26ea141a1e4e (patch)
tree60120f80914b83343a6d07720bc3ad8ac982b3a6 /TODO
parent2f9ccf7cf902e617831a35638cf69f5012a6c22d (diff)
downloadgnunet-1152a709e8783e8c0c879b7f407d26ea141a1e4e.tar.gz
gnunet-1152a709e8783e8c0c879b7f407d26ea141a1e4e.zip
seems to work now
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index fe623bcf1..f10447169 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,6 @@
2* PEERINFO: 2* PEERINFO:
3 - trust: need *fast* way to check/update trust in peers 3 - trust: need *fast* way to check/update trust in peers
4 (async peerinfo would not be right; certainly not with the current API) 4 (async peerinfo would not be right; certainly not with the current API)
5* STATISTICS:
6 - does not seem to work with timeouts (especially if service is not running)
7* UTIL: 5* UTIL:
8 - only connect() sockets that are ready (select()) [Nils] 6 - only connect() sockets that are ready (select()) [Nils]
9 [On W32, we need to select after calling socket before doing connect etc.] 7 [On W32, we need to select after calling socket before doing connect etc.]