[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r10042 - gnunet
From: |
gnunet |
Subject: |
[GNUnet-SVN] r10042 - gnunet |
Date: |
Mon, 18 Jan 2010 11:13:08 +0100 |
Author: grothoff
Date: 2010-01-18 11:13:08 +0100 (Mon, 18 Jan 2010)
New Revision: 10042
Modified:
gnunet/BUGS
gnunet/TODO
Log:
update
Modified: gnunet/BUGS
===================================================================
--- gnunet/BUGS 2010-01-18 10:09:22 UTC (rev 10041)
+++ gnunet/BUGS 2010-01-18 10:13:08 UTC (rev 10042)
@@ -4,7 +4,6 @@
* UTIL:
- - container_bloomfilter: improve efficiency (see FIXME)
- only connect() sockets that are ready (select()) [Nils]
[On W32, we need to select after calling socket before
doing connect etc.]
Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2010-01-18 10:09:22 UTC (rev 10041)
+++ gnunet/TODO 2010-01-18 10:13:08 UTC (rev 10042)
@@ -22,10 +22,8 @@
connectivity notification; somehow core is unable to send
messages successfully via transport)
* CORE:
- - soliciting traffic for clients that registered for it is not implemented
- (in the service, client API supports
GNUNET_MESSAGE_TYPE_CORE_SOLICIT_TRAFFIC
- but never receives any such messages); how to avoid busy-waiting here
- is a good question (solicit => nothing, when to solicit again???)
+ - core notifies about connects "too early" (when we have not yet
+ succeeded with the full key exchange) [see also: BUGS]
* FS (basic anonymous FS only)
- implement FS service (P2P operations)
+ how to send queries (soliciting is not there in core; do we
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r10042 - gnunet,
gnunet <=