update
authorChristian Grothoff <christian@grothoff.org>
Fri, 5 Mar 2010 20:33:52 +0000 (20:33 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 5 Mar 2010 20:33:52 +0000 (20:33 +0000)
TODO
contrib/defaults.conf

diff --git a/TODO b/TODO
index c3b8aa051f382590243f89742b9300c1845d3e4e..6cc72510449ac49563e54198c958ff4613354c28 100644 (file)
--- a/TODO
+++ b/TODO
@@ -13,14 +13,11 @@ away), in order in which they will likely be done:
 * ARM [Safey]
 
 Urgent items (before announcing ng.gnunet.org):
-* FS (basic anonymous FS only)
+* CORE/Transport:
+  - 'out' bandwidth limit is "stuck" at 1024 (minimum initial value), does not go up; why?
+     (shows in FS P2P test!)
+* FS (basic anonymous FS only:
   - test multi-peer search/download
-    + existing bandwidth-reservation code does not work with FS: don't get
-      DBLOCK size bandwidth for reply for a while => trouble for testcase
-      => need to more aggressively increase bandwidth per connection 
-      => need to check that bandwidth is assigned properly to begin with
-    + Even with bandwidth-reservation code restricted, message is not
-      delivered to other core/peer/fs.  Why?
     + Same query is sent to the same peer in rather rapid succession (10x/minute?),
       should tune code to reduce repetition...
 * new webpage
index 65c286c256085328d87b9ed1dc75764dbb88bef9..a45f64578b009a0b5594a8b679124cae72a8e364 100644 (file)
@@ -127,9 +127,9 @@ BINARY = gnunet-service-core
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
 ALLOW_SHUTDOWN = YES
-# quotas are in bytes per minute now!
-TOTAL_QUOTA_IN = 3932160
-TOTAL_QUOTA_OUT = 3932160
+# quotas are in bytes per second now!
+TOTAL_QUOTA_IN = 65536
+TOTAL_QUOTA_OUT = 65536
 # USERNAME = 
 # MAXBUF =
 # TIMEOUT =