aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-01-18 10:13:08 +0000
committerChristian Grothoff <christian@grothoff.org>2010-01-18 10:13:08 +0000
commitdcbe441de3f5a5843acf83237a9dc50e7eae4347 (patch)
treea60ddad31ae873e61dc6ce9bba3d0e32b86dc5cd
parentc612584e0a4857df4a2820c74bf93c71e8ccb664 (diff)
downloadgnunet-dcbe441de3f5a5843acf83237a9dc50e7eae4347.tar.gz
gnunet-dcbe441de3f5a5843acf83237a9dc50e7eae4347.zip
update
-rw-r--r--BUGS1
-rw-r--r--TODO6
2 files changed, 2 insertions, 5 deletions
diff --git a/BUGS b/BUGS
index 664987618..9c2b20398 100644
--- a/BUGS
+++ b/BUGS
@@ -4,7 +4,6 @@ sane end-user should care about this codebase yet anyway.
4 4
5 5
6* UTIL: 6* UTIL:
7 - container_bloomfilter: improve efficiency (see FIXME)
8 - only connect() sockets that are ready (select()) [Nils] 7 - only connect() sockets that are ready (select()) [Nils]
9 [On W32, we need to select after calling socket before 8 [On W32, we need to select after calling socket before
10 doing connect etc.] 9 doing connect etc.]
diff --git a/TODO b/TODO
index 9e5149c70..6f01259c2 100644
--- a/TODO
+++ b/TODO
@@ -22,10 +22,8 @@ Urgent items (before announcing ng.gnunet.org):
22 connectivity notification; somehow core is unable to send 22 connectivity notification; somehow core is unable to send
23 messages successfully via transport) 23 messages successfully via transport)
24* CORE: 24* CORE:
25 - soliciting traffic for clients that registered for it is not implemented 25 - core notifies about connects "too early" (when we have not yet
26 (in the service, client API supports GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC 26 succeeded with the full key exchange) [see also: BUGS]
27 but never receives any such messages); how to avoid busy-waiting here
28 is a good question (solicit => nothing, when to solicit again???)
29* FS (basic anonymous FS only) 27* FS (basic anonymous FS only)
30 - implement FS service (P2P operations) 28 - implement FS service (P2P operations)
31 + how to send queries (soliciting is not there in core; do we 29 + how to send queries (soliciting is not there in core; do we