aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-18 14:25:47 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-18 14:25:47 +0000
commitba1a6724a6da40090b9cc08a6dcccf61a246926e (patch)
treefd12a4b48548b9265e61a80933445460c3ba3b0d /BUGS
parentc914e078ab8e9dc2b65f2bc02ce260b9d1d209de (diff)
downloadgnunet-ba1a6724a6da40090b9cc08a6dcccf61a246926e.tar.gz
gnunet-ba1a6724a6da40090b9cc08a6dcccf61a246926e.zip
docu
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 9c2b20398..f5dd633a5 100644
--- a/BUGS
+++ b/BUGS
@@ -100,3 +100,7 @@ sane end-user should care about this codebase yet anyway.
100* TESTING: 100* TESTING:
101 - consider changing API for peer-group termination to 101 - consider changing API for peer-group termination to
102 call continuation when done 102 call continuation when done
103
104* HOSTLIST:
105 - 'server' uses 'GNUNET_PEERINFO_iterate', should probably switch to notification API
106 (for more instant / up-to-date hostlists at lower cost) [OPTIMIZATION]