gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4126 - in GNUnet: . contrib


From: grothoff
Subject: [GNUnet-SVN] r4126 - in GNUnet: . contrib
Date: Sat, 30 Dec 2006 06:01:39 -0800 (PST)

Author: grothoff
Date: 2006-12-30 06:01:37 -0800 (Sat, 30 Dec 2006)
New Revision: 4126

Modified:
   GNUnet/contrib/config-daemon.scm
   GNUnet/todo
Log:
options

Modified: GNUnet/contrib/config-daemon.scm
===================================================================
--- GNUnet/contrib/config-daemon.scm    2006-12-30 13:57:42 UTC (rev 4125)
+++ GNUnet/contrib/config-daemon.scm    2006-12-30 14:01:37 UTC (rev 4126)
@@ -135,6 +135,18 @@
   '()
   'always) )
 
+(define (kv-path builder)
+ (builder
+  "KEYVALUE_DATABASE"
+  "DIR"
+  (_ "Full pathname to the directory with the key-value database")
+  (_ "Note that the kvstore is currently not used.") 
+  '()
+  #f
+  "/var/lib/GNUnet/kvstore/"
+  '()
+  'never) )
+
 (define (index-path builder)
  (builder
   "FS"

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2006-12-30 13:57:42 UTC (rev 4125)
+++ GNUnet/todo 2006-12-30 14:01:37 UTC (rev 4126)
@@ -29,10 +29,6 @@
     + dstore bloomfilter (optimization)
   * HTTP transport (libcurl, libmicrohttpd)
 - minor improvements:
-  * Scheme (scm) specification of entire configuration;
-    check options used in modules:
-    + DHT options
-    + kvstore
   * directories can be compacted -- add heuristic to determine
     if we should NOT padd with zeros (if we would waste too
     much space).  Needs some lookahead for size of remaining





reply via email to

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