aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-05 20:33:52 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-05 20:33:52 +0000
commit1e271f0e8b169886dfd534db1c4633614e2aa520 (patch)
treebb4e82cc2682d0f0cf126a18425a3f8a158b0f76
parentcb4610c2c23191e0977738402d87e7b6bd0808c9 (diff)
downloadgnunet-1e271f0e8b169886dfd534db1c4633614e2aa520.tar.gz
gnunet-1e271f0e8b169886dfd534db1c4633614e2aa520.zip
update
-rw-r--r--TODO11
-rw-r--r--contrib/defaults.conf6
2 files changed, 7 insertions, 10 deletions
diff --git a/TODO b/TODO
index c3b8aa051..6cc725104 100644
--- a/TODO
+++ b/TODO
@@ -13,14 +13,11 @@ away), in order in which they will likely be done:
13* ARM [Safey] 13* ARM [Safey]
14 14
15Urgent items (before announcing ng.gnunet.org): 15Urgent items (before announcing ng.gnunet.org):
16* FS (basic anonymous FS only) 16* CORE/Transport:
17 - 'out' bandwidth limit is "stuck" at 1024 (minimum initial value), does not go up; why?
18 (shows in FS P2P test!)
19* FS (basic anonymous FS only:
17 - test multi-peer search/download 20 - test multi-peer search/download
18 + existing bandwidth-reservation code does not work with FS: don't get
19 DBLOCK size bandwidth for reply for a while => trouble for testcase
20 => need to more aggressively increase bandwidth per connection
21 => need to check that bandwidth is assigned properly to begin with
22 + Even with bandwidth-reservation code restricted, message is not
23 delivered to other core/peer/fs. Why?
24 + Same query is sent to the same peer in rather rapid succession (10x/minute?), 21 + Same query is sent to the same peer in rather rapid succession (10x/minute?),
25 should tune code to reduce repetition... 22 should tune code to reduce repetition...
26* new webpage 23* new webpage
diff --git a/contrib/defaults.conf b/contrib/defaults.conf
index 65c286c25..a45f64578 100644
--- a/contrib/defaults.conf
+++ b/contrib/defaults.conf
@@ -127,9 +127,9 @@ BINARY = gnunet-service-core
127ACCEPT_FROM = 127.0.0.1; 127ACCEPT_FROM = 127.0.0.1;
128ACCEPT_FROM6 = ::1; 128ACCEPT_FROM6 = ::1;
129ALLOW_SHUTDOWN = YES 129ALLOW_SHUTDOWN = YES
130# quotas are in bytes per minute now! 130# quotas are in bytes per second now!
131TOTAL_QUOTA_IN = 3932160 131TOTAL_QUOTA_IN = 65536
132TOTAL_QUOTA_OUT = 3932160 132TOTAL_QUOTA_OUT = 65536
133# USERNAME = 133# USERNAME =
134# MAXBUF = 134# MAXBUF =
135# TIMEOUT = 135# TIMEOUT =