gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r25276 - gnunet-java


From: gnunet
Subject: [GNUnet-SVN] r25276 - gnunet-java
Date: Wed, 5 Dec 2012 22:41:35 +0100

Author: dold
Date: 2012-12-05 22:41:35 +0100 (Wed, 05 Dec 2012)
New Revision: 25276

Modified:
   gnunet-java/ISSUES
Log:
issues


Modified: gnunet-java/ISSUES
===================================================================
--- gnunet-java/ISSUES  2012-12-05 21:41:09 UTC (rev 25275)
+++ gnunet-java/ISSUES  2012-12-05 21:41:35 UTC (rev 25276)
@@ -303,3 +303,48 @@
 
 * hash functions. what hash functions should the IBF use?
 
+
+------------------------------------------------------------------------
+
+GNUNET_CRYPTO_hash and GNUNET_CRYPTO_xor:
+ * target and destination alias to the same memory location?
+
+* strage behavior with fgets and ctrl+c/ctrl+d
+
+* problem: what if difference digest does not fit in one message?
+
+* while connecting to a service, CTRL+c only cancels one connection try, gives 
up after 50 of them
+ * is this intended?
+
+* GNUNET_TESTBED_controller_start
+ * documentation of IP param, IP vs hostname, why both?
+ * create peer can't take NULL host for localhost, inconsistent?
+    LOG testbed-api-hosts-2669 WARNING Host with id: 0 already created
+    LOG testbed-api-2669 WARNING Treating NULL host as localhost. Multiple 
references to localhost may break when localhost freed before calling 
disconnect 
+
+the format if a hostfile for testbed profile does not seem documented
+
+TESTBED_create does not seem to be implemented?
+
+* there is no GNUNET_TESTBED_Operation_cancel
+
+* when something (e.g. the controller status cb) has something missing in the 
docs, should i add it, or
+  contact the author?
+
+would use TESTBED_run but how do I get to the peers? continuation is a task, 
not a testbed master
+ * => no TestRunContext available
+currently using TESTBED_test_run with PROGRAM_run2
+
+* args of run: shouldn't it say somewhere that it's NULL-terminated? why is it 
null-terminated?
+
+* what if there is a count bucket overflow? wrap-around or saturated increment?
+* do i even need to hash the hashcodes before using them as IBF bucket indices?
+
+* playing around with sim.c: your 2nd improvment seems to increase std dev by 
about 1/3
+
+* http://grothoff.org/christian/rrsize2012.pdf
+ * "the expected maximum number of leading overlapping bits
+   between all n random node idenfiers in the network and a random key"
+  * is that the "greatest overlap common to all n peer identities and a random 
key"
+    or the "greatest overlap between a random key and one of the n peer 
identities"? (should be latter)
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]